source: trunk/examples/widgets/icons/icons.pro@ 713

Last change on this file since 713 was 561, checked in by Dmitry A. Kuminov, 16 years ago

trunk: Merged in qt 4.6.1 sources.

File size: 787 bytes
Line 
1HEADERS = iconpreviewarea.h \
2 iconsizespinbox.h \
3 imagedelegate.h \
4 mainwindow.h
5SOURCES = iconpreviewarea.cpp \
6 iconsizespinbox.cpp \
7 imagedelegate.cpp \
8 main.cpp \
9 mainwindow.cpp
10
11# install
12target.path = $$[QT_INSTALL_EXAMPLES]/widgets/icons
13sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS icons.pro images
14sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/icons
15INSTALLS += target sources
16
17symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
18
19wince*: {
20 imageFiles.sources = images/*
21 wincewm*: {
22 imageFiles.path = "/My Documents/My Pictures"
23 } else {
24 imageFiles.path = images
25 }
26 DEPLOYMENT += imageFiles
27}
Note: See TracBrowser for help on using the repository browser.