Last change
on this file since 846 was 846, checked in by Dmitry A. Kuminov, 14 years ago |
trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.
|
-
Property svn:eol-style
set to
native
|
File size:
457 bytes
|
Line | |
---|
1 | TEMPLATE = app
|
---|
2 | TARGET = flightinfo
|
---|
3 | SOURCES = flightinfo.cpp
|
---|
4 | FORMS += form.ui
|
---|
5 | RESOURCES = flightinfo.qrc
|
---|
6 | QT += network
|
---|
7 |
|
---|
8 | symbian {
|
---|
9 | TARGET.UID3 = 0xA000CF74
|
---|
10 | include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
|
---|
11 | TARGET.CAPABILITY = NetworkServices
|
---|
12 | }
|
---|
13 |
|
---|
14 | target.path = $$[QT_INSTALL_DEMOS]/embedded/flightinfo
|
---|
15 | sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro
|
---|
16 | sources.path = $$[QT_INSTALL_DEMOS]/embedded/flightinfo
|
---|
17 | INSTALLS += target sources
|
---|
Note:
See
TracBrowser
for help on using the repository browser.