summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qobject/signalbug/signalbug.pro
blob: 19d36a63a13720c6142a321a0e2e858cb281b814 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TEMPLATE = app
DEPENDPATH += .
INCLUDEPATH += .
CONFIG -= app_bundle debug_and_release
CONFIG += console
DESTDIR = ./
QT -= gui
wince*: {
   LIBS += coredll.lib
}
# Input
HEADERS += signalbug.h
SOURCES += signalbug.cpp

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