summaryrefslogtreecommitdiffstats
path: root/examples/graphicsview/collidingmice/collidingmice.pro
blob: 05971c5f6db94abb2a83e98913f2aab9a382fd59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
HEADERS += \
	mouse.h
SOURCES += \
	main.cpp \
        mouse.cpp

RESOURCES += \
	mice.qrc

# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/graphicsview/collidingmice
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS collidingmice.pro images
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/graphicsview/collidingmice
INSTALLS += target sources

symbian {
    TARGET.UID3 = 0xA000A643
    CONFIG += qt_example
}
maemo5: CONFIG += qt_example
simulator: warning(This example might not fully work on Simulator platform)