From 4a112bb348b128d268a01e062c81c9f2cd4cde60 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Sun, 24 Jan 2010 13:49:08 +0000 Subject: fix for #695 git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3876 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/sharedfileswindow/CMakeLists.txt | 10 +++++----- src/modules/sharedfileswindow/caps/CMakeLists.txt | 2 +- src/modules/sharedfileswindow/caps/sharedfileswindow | 0 src/modules/sharedfileswindow/caps/sharedfilewindow | 0 4 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 src/modules/sharedfileswindow/caps/sharedfileswindow delete mode 100644 src/modules/sharedfileswindow/caps/sharedfilewindow (limited to 'src/modules') 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/sharedfileswindow b/src/modules/sharedfileswindow/caps/sharedfileswindow new file mode 100644 index 000000000..e69de29bb diff --git a/src/modules/sharedfileswindow/caps/sharedfilewindow b/src/modules/sharedfileswindow/caps/sharedfilewindow deleted file mode 100644 index e69de29bb..000000000 -- cgit v1.3.1-10-gc9f91