Skip to content

Commit

Permalink
Dont build as a standalone app too
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@8147 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Feb 12, 2008
1 parent c0a072b commit 9a116e6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 65 deletions.
20 changes: 0 additions & 20 deletions src/plugins/grid_maker/CMakeLists.txt
Expand Up @@ -12,11 +12,6 @@ SET (GRID_SRCS
${GRID_COMMON_SRCS}
)

SET (GRID_BINARY_SRCS
main.cpp
${GRID_COMMON_SRCS}
)

SET (GRID_UIS pluginguibase.ui)

SET (GRID_COMMON_MOC_HDRS plugingui.h)
Expand Down Expand Up @@ -54,25 +49,10 @@ TARGET_LINK_LIBRARIES(gridmakerplugin
qgis_gui
)

IF (PLUGINS_ALSO_BINARIES)

ADD_EXECUTABLE (gridmaker ${GRID_BINARY_SRCS} ${GRID_COMMON_MOC_SRCS} ${GRID_RCC_SRCS})

TARGET_LINK_LIBRARIES(gridmaker
${QT_LIBRARIES}
qgis_core
qgis_gui
)

ENDIF (PLUGINS_ALSO_BINARIES)

########################################################
# Install

INSTALL(TARGETS gridmakerplugin
RUNTIME DESTINATION ${QGIS_PLUGIN_DIR}
LIBRARY DESTINATION ${QGIS_PLUGIN_DIR})

IF (PLUGINS_ALSO_BINARIES)
INSTALL(TARGETS gridmaker RUNTIME DESTINATION ${QGIS_BIN_DIR})
ENDIF (PLUGINS_ALSO_BINARIES)
45 changes: 0 additions & 45 deletions src/plugins/grid_maker/main.cpp

This file was deleted.

0 comments on commit 9a116e6

Please sign in to comment.