diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-05 13:02:48 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-05 13:02:48 +0200 |
commit | 7c94d55f866794b2f1bb33b1f241552496b59b31 (patch) | |
tree | 675e547aeab1f9251934a96ff6c67a5e1980453c /framework/accounts/CMakeLists.txt | |
parent | 5755ad47145d2985ba74354961b4127d82c516f6 (diff) | |
download | kube-7c94d55f866794b2f1bb33b1f241552496b59b31.tar.gz kube-7c94d55f866794b2f1bb33b1f241552496b59b31.zip |
Removed old files
Diffstat (limited to 'framework/accounts/CMakeLists.txt')
-rw-r--r-- | framework/accounts/CMakeLists.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/framework/accounts/CMakeLists.txt b/framework/accounts/CMakeLists.txt deleted file mode 100644 index d0e5001c..00000000 --- a/framework/accounts/CMakeLists.txt +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | set(accountsplugin_SRCS | ||
2 | accountsplugin.cpp | ||
3 | accountfactory.cpp | ||
4 | accountsmodel.cpp | ||
5 | ) | ||
6 | |||
7 | add_library(accountsplugin SHARED ${accountsplugin_SRCS}) | ||
8 | |||
9 | qt5_use_modules(accountsplugin Core Quick Qml) | ||
10 | target_link_libraries(accountsplugin sink mailplugin) | ||
11 | |||
12 | install(TARGETS accountsplugin DESTINATION ${FRAMEWORK_INSTALL_DIR}) | ||