author | Alex Gilkes <alex.gilkes@nokia.com> |
Mon, 11 Jan 2010 14:00:40 +0000 | |
changeset 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) |