Changeset - df036ae58399
[Not reviewed]
Hasan Yavuz Ă–ZDERYA - 10 years ago 2015-06-21 08:23:54
hy@ozderya.net
disabled command window on launch
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
CMakeLists.txt
Show inline comments
 
@@ -52,7 +52,7 @@ include_directories(${QWT_INCLUDE_DIR})
 
qt5_wrap_ui(UI_FILES mainwindow.ui portcontrol.ui about_dialog.ui)
 

	
 
# Tell CMake to create the helloworld executable
 
add_executable(serialplot main.cpp mainwindow.cpp portcontrol.cpp
 
add_executable(serialplot WIN32 main.cpp mainwindow.cpp portcontrol.cpp
 
  customcheckablebutton.cpp ${UI_FILES} misc/windows_icon.rc)
 

	
 
# Use the Widgets module from Qt 5.
0 comments (0 inline, 0 general)