summaryrefslogtreecommitdiffstats
path: root/examples/embedded/raycasting/raycasting.pro
blob: 83103a5aad280a6594a41eca233ac2cbe2ec1f36 (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
    CONFIG += qt_example
}

target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded/raycasting
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded/raycasting
INSTALLS += target sources