5ea41a2efa
we were already installing them into QtCore/private, so turn them into proper private headers to start with. this cleans up our project files. Change-Id: I0795f79e03b60b5854de9e4dc339e9b5a5e6fd87 Reviewed-by: Lars Knoll <lars.knoll@digia.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
12 lines
215 B
Prolog
12 lines
215 B
Prolog
QT += widgets testlib
|
|
QT += core-private gui-private widgets-private
|
|
|
|
TEMPLATE = app
|
|
TARGET = tst_qtracebench
|
|
|
|
RESOURCES += qtracebench.qrc
|
|
|
|
SOURCES += tst_qtracebench.cpp
|
|
|
|
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
|