Last change
on this file since 769 was 769, checked in by Dmitry A. Kuminov, 15 years ago |
trunk: Merged in qt 4.6.3 sources from branches/vendor/nokia/qt.
|
-
Property svn:eol-style
set to
native
|
File size:
584 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 | HEADERS += $$QT_SOURCE_TREE/examples/network/qftp/sym_iap_util.h
|
---|
12 | LIBS += -lesock -lcommdb -linsock # For IAP selection
|
---|
13 | TARGET.CAPABILITY = NetworkServices
|
---|
14 | }
|
---|
15 |
|
---|
16 | target.path = $$[QT_INSTALL_DEMOS]/embedded/flightinfo
|
---|
17 | sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro
|
---|
18 | sources.path = $$[QT_INSTALL_DEMOS]/embedded/flightinfo
|
---|
19 | INSTALLS += target sources
|
---|
Note:
See
TracBrowser
for help on using the repository browser.