2011-04-27 10:05:43 +00:00
|
|
|
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
|
2011-06-24 09:24:21 +00:00
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/mainwindows/mainwindow
|
2011-04-27 10:05:43 +00:00
|
|
|
sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.png *.jpg *.pro
|
2011-06-24 09:24:21 +00:00
|
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/mainwindows/mainwindow
|
2011-04-27 10:05:43 +00:00
|
|
|
INSTALLS += target sources
|
|
|
|
|
2011-07-06 11:55:40 +00:00
|
|
|
QT += widgets
|