aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/eventeditor
diff options
context:
space:
mode:
authorGravatar Elvio Basello2008-04-02 17:11:08 +0000
committerGravatar Elvio Basello2008-04-02 17:11:08 +0000
commit29cc7a8510fef6dc28c1eccc9a3a37d0fbfb4517 (patch)
treeb766d97943d581b73edc3a9ec3a922d6c56a2a8b /src/modules/eventeditor
parentquick fix (diff)
downloadKVIrc-29cc7a8510fef6dc28c1eccc9a3a37d0fbfb4517.tar.gz
KVIrc-29cc7a8510fef6dc28c1eccc9a3a37d0fbfb4517.tar.bz2
KVIrc-29cc7a8510fef6dc28c1eccc9a3a37d0fbfb4517.zip
quick fix
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1375 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/eventeditor')
-rw-r--r--src/modules/eventeditor/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/eventeditor/CMakeLists.txt b/src/modules/eventeditor/CMakeLists.txt
index cc293e09c..83106cb11 100644
--- a/src/modules/eventeditor/CMakeLists.txt
+++ b/src/modules/eventeditor/CMakeLists.txt
@@ -15,10 +15,10 @@ QT4_WRAP_CPP(kvieventeditor_MOC_SRCS ${kvieventeditor_MOC_HDRS})
# Create library
IF(UNIX)
IF(APPLE)
- ADD_LIBRARY(kvieventeditor MODULE ${kvieventeditor_SRCS}
+ ADD_LIBRARY(kvieventeditor MODULE ${kvieventeditor_SRCS})
ELSE()
# Assume linux
- ADD_LIBRARY(kvieventeditor SHARED ${kvieventeditor_SRCS}
+ ADD_LIBRARY(kvieventeditor SHARED ${kvieventeditor_SRCS})
ENDIF()
ELSE()
# Assume windows