summaryrefslogtreecommitdiffstats
path: root/tools/qmlviewer/qmlviewer.pro
blob: bcf361e6eb0a0d7754e66cdd5d43b3b2e3279018 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
TEMPLATE = app
CONFIG += qt \
    uic
DESTDIR = ../../bin
QT += declarative \
    script \
    network \
    sql

# Input
HEADERS += qmlviewer.h \
    proxysettings.h
SOURCES += main.cpp \
    qmlviewer.cpp \
    proxysettings.cpp
FORMS = recopts.ui \
    proxysettings.ui
include($$QT_SOURCE_TREE/tools/shared/deviceskin/deviceskin.pri)
target.path = $$[QT_INSTALL_BINS]
INSTALLS += target

wince* {
QT += scripttools \
    xml \
    xmlpatterns \
    webkit \
    phonon
}