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

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

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

CONFIG += console