From 7c94d55f866794b2f1bb33b1f241552496b59b31 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 5 Apr 2017 13:02:48 +0200 Subject: Removed old files --- framework/accounts/CMakeLists.txt | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 framework/accounts/CMakeLists.txt (limited to 'framework/accounts/CMakeLists.txt') 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 @@ -set(accountsplugin_SRCS - accountsplugin.cpp - accountfactory.cpp - accountsmodel.cpp -) - -add_library(accountsplugin SHARED ${accountsplugin_SRCS}) - -qt5_use_modules(accountsplugin Core Quick Qml) -target_link_libraries(accountsplugin sink mailplugin) - -install(TARGETS accountsplugin DESTINATION ${FRAMEWORK_INSTALL_DIR}) -- cgit v1.2.3