summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qobject/signalbug/signalbug.pro
blob: cc51b4c661567b430eeb7bcd9a3f76d4c3e16ba0 (plain)
1
2
3
4
5
6
7
8
9
10
11
CONFIG -= app_bundle debug_and_release
CONFIG += console
DESTDIR = ./
QT = core

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

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