source: trunk/demos/embedded/raycasting/raycasting.pro@ 1030

Last change on this file since 1030 was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

  • Property svn:eol-style set to native
File size: 367 bytes
Line 
1TEMPLATE = app
2SOURCES = raycasting.cpp
3RESOURCES += raycasting.qrc
4
5symbian {
6 TARGET.UID3 = 0xA000CF76
7 include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
8}
9
10target.path = $$[QT_INSTALL_DEMOS]/embedded/raycasting
11sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro
12sources.path = $$[QT_INSTALL_DEMOS]/embedded/raycasting
13INSTALLS += target sources
Note: See TracBrowser for help on using the repository browser.