29e3a4dfea
It's perhaps best to ensure that functions we are deprecating shall no longer be used in tests. Also, fix the "0 as nullptr" warnings. Change-Id: I2f22c9b9482e80fa120bcd728ec269198a36678f Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
13 lines
335 B
Prolog
13 lines
335 B
Prolog
CORE_TEST_PATH = ../../../corelib/kernel/qcoreapplication
|
|
|
|
VPATH += $$CORE_TEST_PATH
|
|
include($${CORE_TEST_PATH}/qcoreapplication.pro)
|
|
INCLUDEPATH += $$CORE_TEST_PATH
|
|
|
|
TARGET = tst_qguiapplication
|
|
QT += gui-private
|
|
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x050E00
|
|
SOURCES += tst_qguiapplication.cpp
|
|
|
|
RESOURCES = tst_qguiapplication.qrc
|