Last change
on this file since 1168 was 561, checked in by Dmitry A. Kuminov, 15 years ago |
trunk: Merged in qt 4.6.1 sources.
|
File size:
494 bytes
|
Line | |
---|
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)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.