qt6-bb10/tests/auto/widgets/kernel/qapplication/modal/modal.pro

14 lines
274 B
Prolog

TEMPLATE = app
QT += widgets
DEPENDPATH += .
INCLUDEPATH += .
SOURCES += main.cpp \
base.cpp
DESTDIR = ./
CONFIG -= app_bundle
HEADERS += base.h
# This app is testdata for tst_qapplication
target.path = $$[QT_INSTALL_TESTS]/tst_qapplication/$$TARGET
INSTALLS += target