You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
156 B
9 lines
156 B
9 years ago
|
|
||
|
find_package(Qt4 REQUIRED QUIET)
|
||
|
include(${QT_USE_FILE})
|
||
|
|
||
|
set(QTERMWIDGET_QT_LIBRARIES ${QT_LIBRARIES})
|
||
|
|
||
|
include_directories(${QTERMWIDGET_INCLUDE_DIRS})
|
||
|
|