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

Last change on this file since 1168 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: 434 bytes
Line 
1TEMPLATE = app
2SOURCES = lightmaps.cpp
3QT += network
4
5symbian {
6 TARGET.UID3 = 0xA000CF75
7 include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
8 TARGET.CAPABILITY = NetworkServices
9 TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
10}
11
12target.path = $$[QT_INSTALL_DEMOS]/embedded/lightmaps
13sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro
14sources.path = $$[QT_INSTALL_DEMOS]/embedded/lightmaps
15INSTALLS += target sources
Note: See TracBrowser for help on using the repository browser.