| Last change
 on this file since 583 was             561, checked in by Dmitry A. Kuminov, 16 years ago | 
        
          | 
trunk: Merged in qt 4.6.1 sources.
 | 
        
          | 
              
Property                 svn:eol-style
 set to                 native | 
        
          | File size:
            566 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  -lconnmon -linsock | 
|---|
| 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.