aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/popupeditor
diff options
context:
space:
mode:
authorGravatar Elvio Basello2008-04-04 21:56:01 +0000
committerGravatar Elvio Basello2008-04-04 21:56:01 +0000
commitab41cf6cfc95ce6e41fa01f26a48deac8650d348 (patch)
tree1ed01e03a3e88b0e47b2cb0d09ae6b2364bf46ca /src/modules/popupeditor
parentapplied sardanap's patch to link modules under MacOS X; (diff)
downloadKVIrc-ab41cf6cfc95ce6e41fa01f26a48deac8650d348.tar.gz
KVIrc-ab41cf6cfc95ce6e41fa01f26a48deac8650d348.tar.bz2
KVIrc-ab41cf6cfc95ce6e41fa01f26a48deac8650d348.zip
maybe fixed skel for windows compilation
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1393 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/popupeditor')
-rw-r--r--src/modules/popupeditor/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/modules/popupeditor/CMakeLists.txt b/src/modules/popupeditor/CMakeLists.txt
index facf3a253..1a480fb94 100644
--- a/src/modules/popupeditor/CMakeLists.txt
+++ b/src/modules/popupeditor/CMakeLists.txt
@@ -36,8 +36,7 @@ IF(UNIX)
SET_TARGET_PROPERTIES(kvipopupeditor PROPERTIES VERSION ${VERSION_RELEASE} SOVERSION ${VERSION_MAJOR})
INSTALL(TARGETS kvipopupeditor LIBRARY DESTINATION ${INSTALL_PREFIX}/share/kvirc/${VERSION_BRANCH}/modules/)
ENDIF()
-ELSE()
- # Windows
+ELSEIF(WIN32)
SET_TARGET_PROPERTIES(kvipopupeditor PROPERTIES VERSION ${VERSION_RELEASE} SOVERSION ${VERSION_MAJOR})
#INSTALL(TARGETS kvipopupeditor LIBRARY DESTINATION ${INSTALL_PREFIX}/ ??? /${VERSION_BRANCH}/modules/)
ENDIF()