##// END OF EJS Templates
Removed Console for Windows builds with CMake...
jeandet -
r1399:2ea1b8fdf69e
parent child
Show More
@@ -10,7 +10,7 QT5_WRAP_UI(UiGenerated_SRCS
10 10 ui/MainWindow.ui
11 11 )
12 12
13 add_executable(sciqlopapp ${app_SRCS} ${UiGenerated_SRCS})
13 add_executable(sciqlopapp WIN32 ${app_SRCS} ${UiGenerated_SRCS})
14 14 if(NOT BUILD_SHARED_LIBS)
15 15 add_definitions(-DQT_STATICPLUGIN)
16 16 target_link_libraries(sciqlopapp mockplugin)
General Comments 0
You need to be logged in to leave comments. Login now