Files
qt5.12.8/tests/auto/corelib/global/qglobalstatic/qglobalstatic.pro
2025-08-26 22:57:23 +08:00

12 lines
209 B
Prolog

CONFIG += testcase
QT += testlib core-private
QT -= gui
TARGET = tst_qglobalstatic
CONFIG += console
CONFIG += exceptions
SOURCES += tst_qglobalstatic.cpp
DEFINES += SRCDIR=\\\"$$PWD/\\\"