diff options
| author | 2010-01-24 13:49:08 +0000 | |
|---|---|---|
| committer | 2010-01-24 13:49:08 +0000 | |
| commit | 4a112bb348b128d268a01e062c81c9f2cd4cde60 (patch) | |
| tree | 0e0d5949357d52d40089afba8ab4967346b006fc /src/modules | |
| parent | updated russian translation (diff) | |
| download | KVIrc-4a112bb348b128d268a01e062c81c9f2cd4cde60.tar.gz KVIrc-4a112bb348b128d268a01e062c81c9f2cd4cde60.tar.bz2 KVIrc-4a112bb348b128d268a01e062c81c9f2cd4cde60.zip | |
fix for #695
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3876 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/sharedfileswindow/CMakeLists.txt | 10 | ||||
| -rw-r--r-- | src/modules/sharedfileswindow/caps/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | src/modules/sharedfileswindow/caps/sharedfileswindow (renamed from src/modules/sharedfileswindow/caps/sharedfilewindow) | 0 |
3 files changed, 6 insertions, 6 deletions
diff --git a/src/modules/sharedfileswindow/CMakeLists.txt b/src/modules/sharedfileswindow/CMakeLists.txt index ebc181e7a..7bcdbee35 100644 --- a/src/modules/sharedfileswindow/CMakeLists.txt +++ b/src/modules/sharedfileswindow/CMakeLists.txt @@ -1,18 +1,18 @@ -# CMakeLists for src/modules/sharedfilewindow +# CMakeLists for src/modules/sharedfileswindow SUBDIRS(caps) -SET(kvisharedfilewindow_MOC_HDRS +SET(kvisharedfileswindow_MOC_HDRS sharedfileswindow.h ) -SET(kvisharedfilewindow_SRCS +SET(kvisharedfileswindow_SRCS libkvisharedfileswindow.cpp sharedfileswindow.cpp ) # After this call, files will be moc'ed to moc_kvi_*.cpp -QT4_WRAP_CPP(kvisharedfilewindow_MOC_SRCS ${kvisharedfilewindow_MOC_HDRS}) +QT4_WRAP_CPP(kvisharedfileswindow_MOC_SRCS ${kvisharedfileswindow_MOC_HDRS}) -SET(kvi_module_name kvisharedfilewindow) +SET(kvi_module_name kvisharedfileswindow) INCLUDE(${CMAKE_SOURCE_DIR}/cmake/module.rules.txt) diff --git a/src/modules/sharedfileswindow/caps/CMakeLists.txt b/src/modules/sharedfileswindow/caps/CMakeLists.txt index 909f50894..2837b3f4a 100644 --- a/src/modules/sharedfileswindow/caps/CMakeLists.txt +++ b/src/modules/sharedfileswindow/caps/CMakeLists.txt @@ -1,6 +1,6 @@ # CMakeLists for ./caps -SET(CAPSFILE sharedfilewindow) +SET(CAPSFILE sharedfileswindow) IF(UNIX) IF(APPLE) diff --git a/src/modules/sharedfileswindow/caps/sharedfilewindow b/src/modules/sharedfileswindow/caps/sharedfileswindow index e69de29bb..e69de29bb 100644 --- a/src/modules/sharedfileswindow/caps/sharedfilewindow +++ b/src/modules/sharedfileswindow/caps/sharedfileswindow |
