diff options
-rw-r--r-- | CMakeLists.txt | 7 | ||||
-rw-r--r-- | examples/CMakeLists.txt | 5 | ||||
-rw-r--r-- | examples/client/CMakeLists.txt (renamed from client/CMakeLists.txt) | 0 | ||||
-rw-r--r-- | examples/client/main.cpp (renamed from client/main.cpp) | 0 | ||||
-rw-r--r-- | examples/dummyresource/CMakeLists.txt (renamed from dummyresource/CMakeLists.txt) | 0 | ||||
-rw-r--r-- | examples/dummyresource/domainadaptor.cpp (renamed from dummyresource/domainadaptor.cpp) | 0 | ||||
-rw-r--r-- | examples/dummyresource/domainadaptor.h (renamed from dummyresource/domainadaptor.h) | 0 | ||||
-rw-r--r-- | examples/dummyresource/dummycalendar.fbs (renamed from dummyresource/dummycalendar.fbs) | 0 | ||||
-rw-r--r-- | examples/dummyresource/facade.cpp (renamed from dummyresource/facade.cpp) | 0 | ||||
-rw-r--r-- | examples/dummyresource/facade.h (renamed from dummyresource/facade.h) | 0 | ||||
-rw-r--r-- | examples/dummyresource/resourcefactory.cpp (renamed from dummyresource/resourcefactory.cpp) | 0 | ||||
-rw-r--r-- | examples/dummyresource/resourcefactory.h (renamed from dummyresource/resourcefactory.h) | 0 | ||||
-rw-r--r-- | tests/CMakeLists.txt | 8 |
13 files changed, 13 insertions, 7 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index bc16184..bf7f7ae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -49,14 +49,11 @@ set(AKONADI2_RESOURCE_PLUGINS_PATH ${QT_PLUGIN_INSTALL_DIR}/akonadi2/resources) | |||
49 | # common, eventually a lib but right now just the command buffers | 49 | # common, eventually a lib but right now just the command buffers |
50 | add_subdirectory(common) | 50 | add_subdirectory(common) |
51 | 51 | ||
52 | # the client | ||
53 | add_subdirectory(client) | ||
54 | |||
55 | # the synchronizer | 52 | # the synchronizer |
56 | add_subdirectory(synchronizer) | 53 | add_subdirectory(synchronizer) |
57 | 54 | ||
58 | # a simple dummy resource implementation | 55 | # example implementations |
59 | add_subdirectory(dummyresource) | 56 | add_subdirectory(examples) |
60 | 57 | ||
61 | # some tests | 58 | # some tests |
62 | add_subdirectory(tests) | 59 | add_subdirectory(tests) |
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt new file mode 100644 index 0000000..ea2b0ce --- /dev/null +++ b/examples/CMakeLists.txt | |||
@@ -0,0 +1,5 @@ | |||
1 | # the client | ||
2 | add_subdirectory(client) | ||
3 | |||
4 | # a simple dummy resource implementation | ||
5 | add_subdirectory(dummyresource) | ||
diff --git a/client/CMakeLists.txt b/examples/client/CMakeLists.txt index 3555b3e..3555b3e 100644 --- a/client/CMakeLists.txt +++ b/examples/client/CMakeLists.txt | |||
diff --git a/client/main.cpp b/examples/client/main.cpp index b4cb081..b4cb081 100644 --- a/client/main.cpp +++ b/examples/client/main.cpp | |||
diff --git a/dummyresource/CMakeLists.txt b/examples/dummyresource/CMakeLists.txt index abd315f..abd315f 100644 --- a/dummyresource/CMakeLists.txt +++ b/examples/dummyresource/CMakeLists.txt | |||
diff --git a/dummyresource/domainadaptor.cpp b/examples/dummyresource/domainadaptor.cpp index 8649bc3..8649bc3 100644 --- a/dummyresource/domainadaptor.cpp +++ b/examples/dummyresource/domainadaptor.cpp | |||
diff --git a/dummyresource/domainadaptor.h b/examples/dummyresource/domainadaptor.h index 9d351e7..9d351e7 100644 --- a/dummyresource/domainadaptor.h +++ b/examples/dummyresource/domainadaptor.h | |||
diff --git a/dummyresource/dummycalendar.fbs b/examples/dummyresource/dummycalendar.fbs index 643c9b2..643c9b2 100644 --- a/dummyresource/dummycalendar.fbs +++ b/examples/dummyresource/dummycalendar.fbs | |||
diff --git a/dummyresource/facade.cpp b/examples/dummyresource/facade.cpp index e50e4f3..e50e4f3 100644 --- a/dummyresource/facade.cpp +++ b/examples/dummyresource/facade.cpp | |||
diff --git a/dummyresource/facade.h b/examples/dummyresource/facade.h index 91ae351..91ae351 100644 --- a/dummyresource/facade.h +++ b/examples/dummyresource/facade.h | |||
diff --git a/dummyresource/resourcefactory.cpp b/examples/dummyresource/resourcefactory.cpp index d5765e2..d5765e2 100644 --- a/dummyresource/resourcefactory.cpp +++ b/examples/dummyresource/resourcefactory.cpp | |||
diff --git a/dummyresource/resourcefactory.h b/examples/dummyresource/resourcefactory.h index 3b99d5e..3b99d5e 100644 --- a/dummyresource/resourcefactory.h +++ b/examples/dummyresource/resourcefactory.h | |||
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 24912f5..7b97264 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt | |||
@@ -1,8 +1,12 @@ | |||
1 | add_subdirectory(hawd) | 1 | add_subdirectory(hawd) |
2 | 2 | ||
3 | set(CMAKE_AUTOMOC ON) | 3 | set(CMAKE_AUTOMOC ON) |
4 | include_directories(${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_BINARY_DIR}/hawd) | 4 | include_directories( |
5 | include_directories (${CMAKE_CURRENT_BINARY_DIR}/../dummyresource) | 5 | ${CMAKE_CURRENT_BINARY_DIR} |
6 | ${CMAKE_CURRENT_BINARY_DIR}/hawd | ||
7 | ${CMAKE_CURRENT_BINARY_DIR}/../examples/dummyresource | ||
8 | ${CMAKE_CURRENT_SOURCE_DIR}/../examples/ | ||
9 | ) | ||
6 | 10 | ||
7 | generate_flatbuffers(calendar) | 11 | generate_flatbuffers(calendar) |
8 | 12 | ||