summaryrefslogtreecommitdiffstats
path: root/tools/qmlviewer/qmlviewer.pro
blob: 08d2d2bc6aae50277dcbdacb5c1c147539048eb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DESTDIR = ../../bin
QT += declarative script network sql
# Input
HEADERS += qmlviewer.h
SOURCES += main.cpp qmlviewer.cpp

include($$QT_SOURCE_TREE/tools/shared/deviceskin/deviceskin.pri)

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

CONFIG += console