summaryrefslogtreecommitdiffstats
path: root/tests/modules/SessionManager/SessionManager.pro
diff options
context:
space:
mode:
authorRobert Carr <robert.carr@canonical.com>2014-09-18 09:30:05 -0700
committerRobert Carr <robert.carr@canonical.com>2014-09-18 09:30:05 -0700
commitb8441b17d75aa9698feb1bf0830d19464ee8dfec (patch)
tree6c513ce917ceaf02bc880cfc529baf2b5a6f5058 /tests/modules/SessionManager/SessionManager.pro
parente09a9c1f8f12ec831fd41ca716ab9e7c68746a3e (diff)
parent23367f8b24e0dbab8cfbfa117c9b5343c8cbced3 (diff)
rm -rf qmake
Diffstat (limited to 'tests/modules/SessionManager/SessionManager.pro')
-rw-r--r--tests/modules/SessionManager/SessionManager.pro17
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/modules/SessionManager/SessionManager.pro b/tests/modules/SessionManager/SessionManager.pro
deleted file mode 100644
index b295384..0000000
--- a/tests/modules/SessionManager/SessionManager.pro
+++ /dev/null
@@ -1,17 +0,0 @@
-include(../../test-includes.pri)
-include(../common/common.pri)
-
-TARGET = session_manager_test
-
-INCLUDEPATH += \
- ../../../src/platforms/mirserver \
- ../../../src/modules/Unity/Application
-
-SOURCES += \
- session_manager_test.cpp \
- session_test.cpp
-
-# need to link in the QPA plugin too for access to MirServerConfiguration
-LIBS += -Wl,-rpath,$${PWD}/../../../src/platforms/mirserver \
- -L../../../src/platforms/mirserver -lqpa-mirserver
-