equal
deleted
inserted
replaced
|
1 TEMPLATE = app |
|
2 HEADERS += colorswatch.h mainwindow.h toolbar.h |
|
3 SOURCES += colorswatch.cpp mainwindow.cpp toolbar.cpp main.cpp |
|
4 build_all:!build_pass { |
|
5 CONFIG -= build_all |
|
6 CONFIG += release |
|
7 } |
|
8 |
|
9 RESOURCES += mainwindow.qrc |
|
10 |
|
11 # install |
|
12 target.path = $$[QT_INSTALL_DEMOS]/mainwindow |
|
13 sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.png *.jpg *.pro |
|
14 sources.path = $$[QT_INSTALL_DEMOS]/mainwindow |
|
15 INSTALLS += target sources |
|
16 |
|
17 symbian: include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri) |