Last change
on this file was 561, checked in by Dmitry A. Kuminov, 15 years ago |
trunk: Merged in qt 4.6.1 sources.
|
File size:
467 bytes
|
Rev | Line | |
---|
[2] | 1 | TEMPLATE = app
|
---|
| 2 | DEPENDPATH += .
|
---|
| 3 | INCLUDEPATH += .
|
---|
| 4 |
|
---|
| 5 | # Input
|
---|
| 6 | SOURCES += main.cpp imagescaling.cpp
|
---|
| 7 | HEADERS += imagescaling.h
|
---|
| 8 |
|
---|
| 9 | # install
|
---|
| 10 | target.path = $$[QT_INSTALL_EXAMPLES]/qtconcurrent/imagescaling
|
---|
| 11 | sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.pro *.png
|
---|
| 12 | sources.path = $$[QT_INSTALL_EXAMPLES]/qtconcurrent/imagescaling
|
---|
| 13 | INSTALLS += target sources
|
---|
[561] | 14 |
|
---|
| 15 | symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
---|
| 16 |
|
---|
| 17 | wince*: DEPLOYMENT_PLUGIN += qgif qjpeg qtiff
|
---|
Note:
See
TracBrowser
for help on using the repository browser.