~bzoltan/ubuntu-ui-toolkit/inputMainFocus

« back to all changes in this revision

Viewing changes to src/Ubuntu/Test/plugin/plugin.pri

  • Committer: CI Train Bot
  • Author(s): Zoltán Balogh, Tim Peeters, Zsombor Egri, Christian Dywan, Andrea Bernabei
  • Date: 2016-04-12 11:12:39 UTC
  • mfrom: (1000.868.47 OTA11-landing-2016-04-08)
  • Revision ID: ci-train-bot@canonical.com-20160412111239-g60hc86tzxtrprn3
OTA11-landing-2016-04-08

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
QT *= core-private qml qml-private quick quick-private gui-private testlib UbuntuGestures
 
1
QT *= core-private qml qml-private quick quick-private gui-private testlib UbuntuGestures UbuntuToolkit
2
2
 
3
3
equals(QT_MAJOR_VERSION, 5):lessThan(QT_MINOR_VERSION, 2) {
4
4
    QT *= v8-private
15
15
HEADERS += \
16
16
    $$PWD/uctestcase.h \
17
17
    $$PWD/testplugin.h \
18
 
    $$PWD/uctestextras.h \
19
 
    $$PWD/ucmousetouchadaptor.h \
 
18
    $$PWD/uctestextras.h
20
19
 
21
20
SOURCES += \
22
21
    $$PWD/uctestcase.cpp \
23
22
    $$PWD/testplugin.cpp \
24
 
    $$PWD/uctestextras.cpp \
25
 
    $$PWD/ucmousetouchadaptor.cpp \
 
23
    $$PWD/uctestextras.cpp