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

« back to all changes in this revision

Viewing changes to modules/Ubuntu/Test/plugin/plugin.pro

  • 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
TEMPLATE = lib
 
2
TARGET = ../UbuntuTest
 
3
QT += core-private qml qml-private quick quick-private
 
4
 
 
5
equals(QT_MAJOR_VERSION, 5):lessThan(QT_MINOR_VERSION, 2) {
 
6
    QT += v8-private
 
7
}
 
8
 
 
9
CONFIG += qt plugin no_keywords
 
10
 
 
11
QMAKE_CXXFLAGS += -Werror
 
12
 
 
13
TARGET = $$qtLibraryTarget($$TARGET)
 
14
uri = Ubuntu.Test
 
15
 
 
16
HEADERS += \
 
17
    uctestcase.h \
 
18
 
 
19
SOURCES += \
 
20
    uctestcase.cpp \
 
21
 
 
22
# deployment rules for the plugin
 
23
installPath = $$[QT_INSTALL_QML]/$$replace(uri, \\., /)
 
24
target.path = $$installPath
 
25
INSTALLS += target