summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtextras/qt3dsqmlstream/qt3dsqmlstream.pro
blob: 1ca4f737ef4444d0f99fd52cebad5867fdd1678c (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/../../../../src/commonplatform.pri)

TARGET = tst_qt3dsqmlstream

QT += testlib quick

SOURCES += tst_qt3dsqmlstream.cpp

INCLUDEPATH += \
    $$PWD/../../../../src/Runtime/ogl-runtime/src/qmlstreamer

LIBS += \
    -lqt3dsqmlstreamer$$qtPlatformTargetSuffix()

ANDROID_EXTRA_LIBS = \
  libqt3dsqmlstreamer.so