mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-24 04:20:46 +08:00
19 lines
395 B
Prolog
19 lines
395 B
Prolog
QT += widgets
|
|
requires(qtConfig(fontcombobox))
|
|
|
|
SOURCES += main.cpp
|
|
SOURCES += customproxy.cpp embeddeddialog.cpp
|
|
HEADERS += customproxy.h embeddeddialog.h
|
|
|
|
FORMS += embeddeddialog.ui
|
|
RESOURCES += embeddeddialogs.qrc
|
|
|
|
build_all:!build_pass {
|
|
CONFIG -= build_all
|
|
CONFIG += release
|
|
}
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/graphicsview/embeddeddialogs
|
|
INSTALLS += target
|