aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlscene/qmlscene.pro
blob: 464f9b37581722648ec00fd905048fa34d788577 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TEMPLATE = app
TARGET = qmlscene
DESTDIR= $$QT.qml.bins

QT += qml quick core-private
!isEmpty(QT.widgets.name): QT += widgets

target.path = $$[QT_INSTALL_BINS]
INSTALLS += target

macx: CONFIG -= app_bundle

SOURCES += main.cpp

CONFIG += console

DEFINES += QML_RUNTIME_TESTING QT_QML_DEBUG_NO_WARNING