~ubuntu-sdk-team/ubuntu-ui-toolkit/staging

« back to all changes in this revision

Viewing changes to tests/api/Extinct/Animals/plugin/plugin.pri

  • Committer: Tarmac
  • Author(s): Christian Dywan
  • Date: 2015-12-11 13:35:10 UTC
  • mfrom: (1732.7.7 uut.extinctTestCases)
  • Revision ID: tarmac-20151211133510-q24yhkfi8ojkn4xu
C++ types for apicheck testing.

Approved by Tim Peeters, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
QT *= core-private qml qml-private quick quick-private gui-private
 
2
 
 
3
equals(QT_MAJOR_VERSION, 5):lessThan(QT_MINOR_VERSION, 2) {
 
4
    QT *= v8-private
 
5
}
 
6
 
 
7
CONFIG  += no_keywords
 
8
DEFINES += UBUNTU_QML_IMPORT_PATH='\\"$${ROOT_BUILD_DIR}/qml\\"'
 
9
DEFINES += QT_USE_QSTRINGBUILDER
 
10
 
 
11
TARGET = $$qtLibraryTarget($$TARGET)
 
12
uri = Extinct.Animals
 
13
 
 
14
HEADERS += \
 
15
    $$PWD/plugin.h \
 
16
    $$PWD/smilodon.h \
 
17
    $$PWD/pangaea.h \
 
18
    $$PWD/rune.h \
 
19
    $$PWD/europe.h \
 
20
 
 
21
 
 
22
SOURCES += \
 
23
    $$PWD/plugin.cpp \
 
24
    $$PWD/smilodon.cpp \
 
25
    $$PWD/pangaea.cpp \
 
26
    $$PWD/rune.cpp \
 
27
    $$PWD/europe.cpp \
 
28
 
 
29
RESOURCES += \
 
30
    $$PWD/plugin.qrc