Files
qt5.12.8/tests/auto/widgets/kernel/qapplication/modal/modal.pro
2025-08-26 22:57:23 +08:00

16 lines
289 B
Prolog

QT += widgets
SOURCES += main.cpp \
base.cpp
debug_and_release {
CONFIG(debug, debug|release) {
TARGET = ../../debug/modal_helper
} else {
TARGET = ../../release/modal_helper
}
} else {
TARGET = ../modal_helper
}
CONFIG -= app_bundle
HEADERS += base.h