summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtextras/qt3dsqmlstream/qt3dsqmlstream.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtextras/qt3dsqmlstream/qt3dsqmlstream.pro')
-rw-r--r--tests/auto/qtextras/qt3dsqmlstream/qt3dsqmlstream.pro18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/auto/qtextras/qt3dsqmlstream/qt3dsqmlstream.pro b/tests/auto/qtextras/qt3dsqmlstream/qt3dsqmlstream.pro
new file mode 100644
index 0000000..57aab92
--- /dev/null
+++ b/tests/auto/qtextras/qt3dsqmlstream/qt3dsqmlstream.pro
@@ -0,0 +1,18 @@
+TEMPLATE = app
+CONFIG += testcase
+include($$PWD/../../../../commonplatform.pri)
+
+TARGET = tst_qt3dsqmlstream
+
+QT += testlib quick
+
+SOURCES += tst_qt3dsqmlstream.cpp
+
+INCLUDEPATH += \
+ $$PWD/../../../../src/qmlstreamer
+
+LIBS += \
+ -lqt3dsqmlstreamer$$qtPlatformTargetSuffix()
+
+ANDROID_EXTRA_LIBS = \
+ libqt3dsqmlstreamer.so