summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel/qapplication/desktopsettingsaware/desktopsettingsaware.pro
blob: 3aa363d7966b6a3c50cbf90c5ef75951e0d6d907 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
######################################################################
# Automatically generated by qmake (2.00a) Mon Jul 11 11:30:34 2005
######################################################################

TEMPLATE = app
DEPENDPATH += .
INCLUDEPATH += .
DESTDIR = ./

# Input
QT += widgets
SOURCES += main.cpp
CONFIG += qt warn_on create_prl link_prl
CONFIG -= app_bundle

# This app is testdata for tst_qapplication
target.path = $$[QT_INSTALL_TESTS]/tst_qapplication/$$TARGET
INSTALLS += target