blob: 82d0812e83e6f7edd201eb410e3991cd8275217c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
TEMPLATE = app
SOURCES = raycasting.cpp
RESOURCES += raycasting.qrc
symbian {
TARGET.UID3 = 0xA000CF76
include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
}
target.path = $$[QT_INSTALL_DEMOS]/embedded/raycasting
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro
sources.path = $$[QT_INSTALL_DEMOS]/embedded/raycasting
INSTALLS += target sources
|