diff options
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 |
