Change-Id: I86213aa47def7ebacaa9465a0200cef10871706e Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit 7b4b5c839ba7e7a05a339533d37f0d97a26bad18) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
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
|