summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtextras/qt3dsqmlstream/qt3dsqmlstream.pro
blob: 57aab92bc6bbc4afb35a243e287a4c160ff7af0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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