Changeset - 885603cb79ae
[Not reviewed]
default
0 1 0
Matthias Larisch - 9 years ago 2017-03-08 09:34:01
mail@matthias-larisch.de
Add QCW external as dependency
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
CMakeLists.txt
Show inline comments
 
@@ -56,6 +56,7 @@ endif (BUILD_QWT)
 

	
 
include(BuildQColorWidgets)
 

	
 

	
 
# includes
 
include_directories("./src" ${QWT_INCLUDE_DIR} ${QCW_INCLUDE_DIR})
 

	
 
@@ -132,6 +133,7 @@ add_executable(${PROGRAM_NAME} WIN32
 
  ${RES_FILES}
 
  )
 

	
 
add_dependencies(${PROGRAM_NAME} QCW)
 
# Use the Widgets module from Qt 5.
 
target_link_libraries(${PROGRAM_NAME} ${QWT_LIBRARY} ${QCW_LIBRARY})
 
qt5_use_modules(${PROGRAM_NAME} Widgets SerialPort)
0 comments (0 inline, 0 general)