summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qobject/signalbug/signalbug.pro
blob: 799ef34559dca133173196a59baef2e448e560b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
CONFIG -= app_bundle debug_and_release
CONFIG += console
DESTDIR = ./
QT -= gui
wince*: {
   LIBS += coredll.lib
}

HEADERS += signalbug.h
SOURCES += signalbug.cpp

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