Last change
on this file since 987 was 561, checked in by Dmitry A. Kuminov, 15 years ago |
trunk: Merged in qt 4.6.1 sources.
|
-
Property svn:eol-style
set to
native
|
File size:
507 bytes
|
Line | |
---|
1 | TEMPLATE = app
|
---|
2 | QT += svg
|
---|
3 |
|
---|
4 | # Input
|
---|
5 | HEADERS += embeddedsvgviewer.h
|
---|
6 | SOURCES += embeddedsvgviewer.cpp main.cpp
|
---|
7 | RESOURCES += embeddedsvgviewer.qrc
|
---|
8 |
|
---|
9 | target.path = $$[QT_INSTALL_DEMOS]/embedded/embeddedsvgviewer
|
---|
10 | sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.html *.svg files
|
---|
11 | sources.path = $$[QT_INSTALL_DEMOS]/embedded/embeddedsvgviewer
|
---|
12 | INSTALLS += target sources
|
---|
13 |
|
---|
14 | wince* {
|
---|
15 | DEPLOYMENT_PLUGIN += qsvg
|
---|
16 | }
|
---|
17 |
|
---|
18 | symbian {
|
---|
19 | TARGET.UID3 = 0xA000A640
|
---|
20 | include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
|
---|
21 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.