source: trunk/examples/graphicsview/portedasteroids/portedasteroids.pro@ 987

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

trunk: Merged in qt 4.6.1 sources.

File size: 633 bytes
Line 
1TEMPLATE = app
2INCLUDEPATH += .
3
4# Input
5HEADERS += ledmeter.h sprites.h toplevel.h view.h
6SOURCES += ledmeter.cpp main.cpp toplevel.cpp view.cpp
7#The following line was inserted by qt3to4
8QT += qt3support
9
10HEADERS += animateditem.h
11SOURCES += animateditem.cpp
12
13RESOURCES += portedasteroids.qrc
14
15# install
16target.path = $$[QT_INSTALL_EXAMPLES]/graphicsview/portedasteroids
17sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS portedasteroids.pro bg.png sounds sprites
18sources.path = $$[QT_INSTALL_EXAMPLES]/graphicsview/portedasteroids
19INSTALLS += target sources
20
21symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
Note: See TracBrowser for help on using the repository browser.