summaryrefslogtreecommitdiffstats
path: root/examples/embedded/raycasting/raycasting.pro
blob: 181eadf74c935a4df2eb6fef002abe0f7a0ecf97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
QT += widgets widgets