equal
deleted
inserted
replaced
|
1 HEADERS = iconpreviewarea.h \ |
|
2 iconsizespinbox.h \ |
|
3 imagedelegate.h \ |
|
4 mainwindow.h |
|
5 SOURCES = iconpreviewarea.cpp \ |
|
6 iconsizespinbox.cpp \ |
|
7 imagedelegate.cpp \ |
|
8 main.cpp \ |
|
9 mainwindow.cpp |
|
10 |
|
11 # install |
|
12 target.path = $$[QT_INSTALL_EXAMPLES]/widgets/icons |
|
13 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS icons.pro images |
|
14 sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/icons |
|
15 INSTALLS += target sources |
|
16 |
|
17 symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) |
|
18 |
|
19 wince*: { |
|
20 imageFiles.sources = images/* |
|
21 wincewm*: { |
|
22 imageFiles.path = "/My Documents/My Pictures" |
|
23 } else { |
|
24 imageFiles.path = images |
|
25 } |
|
26 DEPLOYMENT += imageFiles |
|
27 } |