author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Tue, 26 Jan 2010 12:42:25 +0200 | |
changeset 2 | 56cd8111b7f7 |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
HEADERS = licensewizard.h |
2 |
SOURCES = licensewizard.cpp \ |
|
3 |
main.cpp |
|
4 |
RESOURCES = licensewizard.qrc |
|
5 |
||
6 |
# install |
|
7 |
target.path = $$[QT_INSTALL_EXAMPLES]/dialogs/licensewizard |
|
8 |
sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.pro images |
|
9 |
sources.path = $$[QT_INSTALL_EXAMPLES]/dialogs/licensewizard |
|
10 |
INSTALLS += target sources |
|
11 |
||
12 |
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) |