summaryrefslogtreecommitdiff
path: root/tests/auto/qml/qml.pro
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2016-08-02 11:25:57 +0200
committerLiang Qi <liang.qi@qt.io>2016-08-03 04:23:45 +0200
commita5d51e11b76d8f6a6276f7e89bf0ccbc2985d474 (patch)
treecbb473923af7db204045f6cea3882e152d3f2e8c /tests/auto/qml/qml.pro
parent91ebebdbf26907c126dcc367832ed524d64b94cf (diff)
parentd342edcc22d3c9c0299e86805d93e7031507345b (diff)
downloadqtwebchannel-a5d51e11b76d8f6a6276f7e89bf0ccbc2985d474.tar.gz
Merge remote-tracking branch 'origin/5.7' into dev
Conflicts: .qmake.conf tests/auto/webchannel/tst_webchannel.cpp tests/auto/webchannel/tst_webchannel.h Change-Id: I01b0f58c10acbef8e2d5d15fc5787e755f519af8
Diffstat (limited to 'tests/auto/qml/qml.pro')
-rw-r--r--tests/auto/qml/qml.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/auto/qml/qml.pro b/tests/auto/qml/qml.pro
index 5dbac40..82a951a 100644
--- a/tests/auto/qml/qml.pro
+++ b/tests/auto/qml/qml.pro
@@ -10,11 +10,13 @@ IMPORTPATH += $$OUT_PWD/../../../qml $$PWD
SOURCES += \
qml.cpp \
testtransport.cpp \
- testwebchannel.cpp
+ testwebchannel.cpp \
+ testobject.cpp
HEADERS += \
testtransport.h \
- testwebchannel.h
+ testwebchannel.h \
+ testobject.h
OTHER_FILES += \
Client.qml \