diff options
| author | 2008-04-02 17:11:08 +0000 | |
|---|---|---|
| committer | 2008-04-02 17:11:08 +0000 | |
| commit | 29cc7a8510fef6dc28c1eccc9a3a37d0fbfb4517 (patch) | |
| tree | b766d97943d581b73edc3a9ec3a922d6c56a2a8b /src/modules | |
| parent | quick fix (diff) | |
| download | KVIrc-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')
| -rw-r--r-- | src/modules/eventeditor/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | src/modules/mediaplayer/CMakeLists.txt | 4 |
2 files changed, 4 insertions, 4 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 diff --git a/src/modules/mediaplayer/CMakeLists.txt b/src/modules/mediaplayer/CMakeLists.txt index b0683006c..414363f13 100644 --- a/src/modules/mediaplayer/CMakeLists.txt +++ b/src/modules/mediaplayer/CMakeLists.txt @@ -31,10 +31,10 @@ QT4_WRAP_CPP(kvimediaplayer_MOC_SRCS ${kvimediaplayer_MOC_HDRS}) # Create library IF(UNIX) IF(APPLE) - ADD_LIBRARY(kvimediaplayer MODULE ${kvimediaplayer_SRCS} + ADD_LIBRARY(kvimediaplayer MODULE ${kvimediaplayer_SRCS}) ELSE() # Assume linux - ADD_LIBRARY(kvimediaplayer SHARED ${kvimediaplayer_SRCS} + ADD_LIBRARY(kvimediaplayer SHARED ${kvimediaplayer_SRCS}) ENDIF() ELSE() # Assume windows |
