~mterry/ubuntu-system-settings/locking-hash

« back to all changes in this revision

Viewing changes to tests/tst_plugins.pro

  • Committer: Alberto Mardegan
  • Date: 2013-05-13 07:59:45 UTC
  • Revision ID: alberto.mardegan@canonical.com-20130513075945-5l9k4shvldzyh6ut
Move Plugin client code to src/

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
include(../../common-project-config.pri)
 
1
include(../common-project-config.pri)
2
2
include($${TOP_SRC_DIR}/common-vars.pri)
3
3
include($${TOP_SRC_DIR}/common-installs-config.pri)
4
4
 
12
12
    core \
13
13
    qml
14
14
 
15
 
SRC_DIR = $$TOP_SRC_DIR/lib/SystemSettings
 
15
LIBS += -lSystemSettings
 
16
QMAKE_LIBDIR += $${TOP_BUILD_DIR}/lib/SystemSettings
 
17
QMAKE_RPATHDIR = $${QMAKE_LIBDIR}
 
18
 
 
19
INCLUDEPATH += $${TOP_SRC_DIR}/lib
 
20
 
 
21
SRC_DIR = $$TOP_SRC_DIR/src
16
22
SOURCES += \
17
23
    tst_plugins.cpp \
18
 
    $$SRC_DIR/item-base.cpp \
19
24
    $$SRC_DIR/item-model.cpp \
20
25
    $$SRC_DIR/plugin-manager.cpp \
21
26
    $$SRC_DIR/plugin.cpp
22
27
HEADERS += \
23
28
    $$SRC_DIR/debug.h \
24
 
    $$SRC_DIR/item-base.h \
25
29
    $$SRC_DIR/item-model.h \
26
30
    $$SRC_DIR/plugin-manager.h \
27
31
    $$SRC_DIR/plugin.h