Skip to content

Commit e9cc90f

Browse files
author
timlinux
committed
WIN32 directive must come immediately after application name
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7257 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 76044da commit e9cc90f

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
@@ -209,7 +209,7 @@ ENDIF (PYTHON_FOUND)
209209
#############
210210

211211
IF (WIN32)
212-
ADD_EXECUTABLE(qgis ${QGIS_APP_SRCS} ${QGIS_APP_MOC_SRCS} WIN32)
212+
ADD_EXECUTABLE(qgis WIN32 ${QGIS_APP_SRCS} ${QGIS_APP_MOC_SRCS})
213213
ELSEIF (WIN32)
214214
ADD_EXECUTABLE(qgis ${QGIS_APP_SRCS} ${QGIS_APP_MOC_SRCS})
215215
ENDIF (WIN32)

0 commit comments

Comments
 (0)