Skip to content

Commit

Permalink
Added WIN32 and MACOSX_BUNDLE options to the CMake of VIBes-viewer: d…
Browse files Browse the repository at this point in the history
…o not show console on Windows and build an application bundle for MacOS X.
  • Loading branch information
Vincent Drevelle committed Dec 16, 2013
1 parent d11cfdf commit 143d57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viewer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ SET(VIBes_viewer_FORMS vibeswindow.ui)

QT5_WRAP_UI(VIBes_viewer_FORMS_HEADERS ${VIBes_viewer_FORMS})

ADD_EXECUTABLE(VIBes-viewer ${VIBes_viewer_SOURCES} ${VIBes_viewer_FORMS_HEADERS})
ADD_EXECUTABLE(VIBes-viewer WIN32 MACOSX_BUNDLE ${VIBes_viewer_SOURCES} ${VIBes_viewer_FORMS_HEADERS})
QT5_USE_MODULES(VIBes-viewer Widgets Gui Core Svg)

0 comments on commit 143d57c

Please sign in to comment.