Skip to content

Commit 280b483

Browse files
author
what_nick
committed
Added WIN32 build to suppress console.
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_9_0@7260 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent d39c80c commit 280b483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ ENDIF (PYTHON_FOUND)
216216

217217
#############
218218

219-
ADD_EXECUTABLE(qgis ${QGIS_APP_SRCS} ${QGIS_APP_MOC_SRCS})
219+
ADD_EXECUTABLE(qgis WIN32 ${QGIS_APP_SRCS} ${QGIS_APP_MOC_SRCS})
220220

221221
TARGET_LINK_LIBRARIES(qgis
222222
${QT_LIBRARIES}

0 commit comments

Comments
 (0)