626283740f
- Correct install path of widget examples to contain widgets directory in target tree. - Add missing resources. Task-number: QTBUG-27977 Change-Id: If4cb117998892b0b165d7678367553d3a7553b91 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
18 lines
507 B
Prolog
18 lines
507 B
Prolog
TEMPLATE = app
|
|
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]/qtbase/widgets/mainwindows/mainwindow
|
|
sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.png *.jpg *.pro
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/mainwindows/mainwindow
|
|
INSTALLS += target sources
|
|
|
|
QT += widgets
|