Last change
on this file since 858 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:
440 bytes
|
Rev | Line | |
---|
[556] | 1 | TEMPLATE = app
|
---|
| 2 |
|
---|
| 3 | # Input
|
---|
| 4 | HEADERS += stylewidget.h
|
---|
| 5 | FORMS += stylewidget.ui
|
---|
| 6 | SOURCES += main.cpp stylewidget.cpp
|
---|
| 7 | RESOURCES += styledemo.qrc
|
---|
| 8 |
|
---|
| 9 | target.path = $$[QT_INSTALL_DEMOS]/embedded/styledemo
|
---|
| 10 | sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro *.html
|
---|
| 11 | sources.path = $$[QT_INSTALL_DEMOS]/embedded/styledemo
|
---|
| 12 | INSTALLS += target sources
|
---|
| 13 |
|
---|
| 14 | symbian {
|
---|
| 15 | TARGET.UID3 = 0xA000A63F
|
---|
| 16 | include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
|
---|
| 17 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.