mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
WIN32 directive must come immediately after application name
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7257 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
76044da92c
commit
e9cc90f50d
@ -209,7 +209,7 @@ ENDIF (PYTHON_FOUND)
|
||||
#############
|
||||
|
||||
IF (WIN32)
|
||||
ADD_EXECUTABLE(qgis ${QGIS_APP_SRCS} ${QGIS_APP_MOC_SRCS} WIN32)
|
||||
ADD_EXECUTABLE(qgis WIN32 ${QGIS_APP_SRCS} ${QGIS_APP_MOC_SRCS})
|
||||
ELSEIF (WIN32)
|
||||
ADD_EXECUTABLE(qgis ${QGIS_APP_SRCS} ${QGIS_APP_MOC_SRCS})
|
||||
ENDIF (WIN32)
|
||||
|
Loading…
x
Reference in New Issue
Block a user