19 lines
388 B
Prolog
Raw Normal View History

2023-10-29 23:33:08 +01:00
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
}
2023-11-01 18:02:52 +01:00
#! [qrc]
2023-10-29 23:33:08 +01:00
RESOURCES += mainwindow.qrc
2023-11-01 18:02:52 +01:00
#! [qrc]
2023-10-29 23:33:08 +01:00
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/mainwindows/mainwindow
INSTALLS += target