qt6windows7/tests/manual/examples/widgets/mainwindows/mainwindow/mainwindow.pro
2023-11-01 18:02:52 +01:00

19 lines
388 B
Prolog

TEMPLATE = app
QT += widgets
requires(qtConfig(combobox))
HEADERS += colorswatch.h mainwindow.h toolbar.h
SOURCES += colorswatch.cpp mainwindow.cpp toolbar.cpp main.cpp
build_all:!build_pass {
CONFIG -= build_all
CONFIG += release
}
#! [qrc]
RESOURCES += mainwindow.qrc
#! [qrc]
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/mainwindows/mainwindow
INSTALLS += target