source: trunk/demos/embedded/flightinfo/flightinfo.pro@ 846

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 
1TEMPLATE = app
2TARGET = flightinfo
3SOURCES = flightinfo.cpp
4FORMS += form.ui
5RESOURCES = flightinfo.qrc
6QT += network
7
8symbian {
9 TARGET.UID3 = 0xA000CF74
10 include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
11 TARGET.CAPABILITY = NetworkServices
12}
13
14target.path = $$[QT_INSTALL_DEMOS]/embedded/flightinfo
15sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro
16sources.path = $$[QT_INSTALL_DEMOS]/embedded/flightinfo
17INSTALLS += target sources
Note: See TracBrowser for help on using the repository browser.