Skip to content

Commit

Permalink
Added WIN32 build to suppress console.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_9_0@7260 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
what_nick committed Oct 10, 2007
1 parent d39c80c commit 280b483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/CMakeLists.txt
Expand Up @@ -216,7 +216,7 @@ ENDIF (PYTHON_FOUND)

#############

ADD_EXECUTABLE(qgis ${QGIS_APP_SRCS} ${QGIS_APP_MOC_SRCS})
ADD_EXECUTABLE(qgis WIN32 ${QGIS_APP_SRCS} ${QGIS_APP_MOC_SRCS})

TARGET_LINK_LIBRARIES(qgis
${QT_LIBRARIES}
Expand Down

0 comments on commit 280b483

Please sign in to comment.