Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Mac-Vicar P <duncan@kde.org>2011-03-18 03:14:45 +0300
committerDuncan Mac-Vicar P <duncan@kde.org>2011-03-18 03:14:45 +0300
commite6a135273d9a95da710e2b5987910d1243e084fd (patch)
tree70db3c5fa7c6e4599af2c6fd8564c8168ac0afe6 /test/CMakeLists.txt
parent03194d3aae4bccdbb3cb45c9b0f2be1ee3b2cbbd (diff)
- introduce a tmp dir class and rm-rf util function
- start a testcase for the folder watcher part
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r--test/CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
new file mode 100644
index 000000000..5c43ca45c
--- /dev/null
+++ b/test/CMakeLists.txt
@@ -0,0 +1,9 @@
+include_directories(${CMAKE_SOURCE_DIR}/src)
+include_directories(${CMAKE_CURRENT_BINARY_DIR})
+include_directories(${CMAKE_CURRENT_SOURCE_DIR})
+include(${QT_USE_FILE})
+
+qt4_automoc(testfolderwatcher.cpp)
+add_executable(testfolderwatcher testfolderwatcher.cpp)
+target_link_libraries(testfolderwatcher ${QT_LIBRARIES} mirall_static)
+