~tpeeters/ubuntu-ui-toolkit/10-tabsModelIndex

« back to all changes in this revision

Viewing changes to tests/unit/plugin_dependency.pri

  • Committer: tpeeters
  • Date: 2014-03-24 19:13:15 UTC
  • mfrom: (967.1.15 ubuntu-ui-toolkit)
  • Revision ID: tim.peeters@canonical.com-20140324191315-cgmt5x2h6v2xq1jh
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
COMPONENTS_PATH = ../../../modules/Ubuntu/Components
2
2
INCLUDEPATH += $$COMPONENTS_PATH/plugin
 
3
INCLUDEPATH += ../../../modules/Ubuntu/Test/plugin
3
4
PRE_TARGETDEPS = $$COMPONENTS_PATH/libUbuntuComponents.so
 
5
PRE_TARGETDEPS += ../../../modules/Ubuntu/Test/libUbuntuTest.so
4
6
LIBS += $$COMPONENTS_PATH/libUbuntuComponents.so
 
7
LIBS += ../../../modules/Ubuntu/Test/libUbuntuTest.so
5
8
DEFINES += QUICK_TEST_SOURCE_DIR=\"\\\"$$_PRO_FILE_PWD_\\\"\"
6
9
QMAKE_CXXFLAGS += -Werror
7
10