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