summaryrefslogtreecommitdiffstats
path: root/tests/auto/viewer/viewer.pro
blob: 9e06c2ca78582c7acdbec1ab391bcf314c4e9cc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
TEMPLATE = app
CONFIG += testcase
include($$PWD/../../../src/Runtime/ogl-runtime/commoninclude.pri)

TARGET = tst_qt3dsviewer
QT += testlib gui quick studio3d
RESOURCES += viewer.qrc

HEADERS += \
    tst_qt3dsviewer.h

SOURCES += \
    tst_qt3dsviewer.cpp

LIBS += \
    -lqt3dsopengl$$qtPlatformTargetSuffix() \
    -lqt3dsqmlstreamer$$qtPlatformTargetSuffix()

ANDROID_EXTRA_LIBS = \
  libqt3dsopengl.so \
  libqt3dsqmlstreamer.so