author | Eckhart Koeppen <eckhart.koppen@nokia.com> |
Wed, 21 Apr 2010 20:15:53 +0300 | |
branch | RCL_3 |
changeset 13 | c0432d11811c |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
HEADERS = mainwindow.h \ |
2 |
printpanel.h |
|
3 |
SOURCES = main.cpp \ |
|
4 |
mainwindow.cpp \ |
|
5 |
printpanel.cpp |
|
6 |
TRANSLATIONS = trollprint_pt.ts |
|
7 |
||
8 |
# install |
|
9 |
target.path = $$[QT_INSTALL_EXAMPLES]/linguist/trollprint |
|
10 |
sources.files = $$SOURCES $$HEADERS $$TRANSLATIONS *.pro |
|
11 |
sources.path = $$[QT_INSTALL_EXAMPLES]/linguist/trollprint |
|
12 |
INSTALLS += target sources |
|
13 |
||
14 |
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) |