mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-23 20:10:48 +08:00
17 lines
370 B
Prolog
17 lines
370 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
|
||
|
}
|
||
|
|
||
|
RESOURCES += mainwindow.qrc
|
||
|
|
||
|
# install
|
||
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/mainwindows/mainwindow
|
||
|
INSTALLS += target
|