source: trunk/demos/embedded/lightmaps/lightmaps.pro@ 769

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: 561 bytes
RevLine 
[556]1TEMPLATE = app
2SOURCES = lightmaps.cpp
3QT += network
4
5symbian {
6 TARGET.UID3 = 0xA000CF75
7 include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
8 HEADERS += $$QT_SOURCE_TREE/examples/network/qftp/sym_iap_util.h
[769]9 LIBS += -lesock -lcommdb -linsock # For IAP selection
[556]10 TARGET.CAPABILITY = NetworkServices
11 TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
12}
13
14target.path = $$[QT_INSTALL_DEMOS]/embedded/lightmaps
15sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro
16sources.path = $$[QT_INSTALL_DEMOS]/embedded/lightmaps
17INSTALLS += target sources
Note: See TracBrowser for help on using the repository browser.