Last change
on this file since 640 was 561, checked in by Dmitry A. Kuminov, 15 years ago |
trunk: Merged in qt 4.6.1 sources.
|
-
Property svn:eol-style
set to
native
|
File size:
857 bytes
|
Line | |
---|
1 | contains(QT_CONFIG, opengl):QT += opengl
|
---|
2 | HEADERS += boat.h \
|
---|
3 | bomb.h \
|
---|
4 | mainwindow.h \
|
---|
5 | submarine.h \
|
---|
6 | torpedo.h \
|
---|
7 | pixmapitem.h \
|
---|
8 | graphicsscene.h \
|
---|
9 | animationmanager.h \
|
---|
10 | states.h \
|
---|
11 | boat_p.h \
|
---|
12 | submarine_p.h \
|
---|
13 | qanimationstate.h \
|
---|
14 | progressitem.h \
|
---|
15 | textinformationitem.h
|
---|
16 | SOURCES += boat.cpp \
|
---|
17 | bomb.cpp \
|
---|
18 | main.cpp \
|
---|
19 | mainwindow.cpp \
|
---|
20 | submarine.cpp \
|
---|
21 | torpedo.cpp \
|
---|
22 | pixmapitem.cpp \
|
---|
23 | graphicsscene.cpp \
|
---|
24 | animationmanager.cpp \
|
---|
25 | states.cpp \
|
---|
26 | qanimationstate.cpp \
|
---|
27 | progressitem.cpp \
|
---|
28 | textinformationitem.cpp
|
---|
29 | RESOURCES += subattaq.qrc
|
---|
30 |
|
---|
31 | # install
|
---|
32 | target.path = $$[QT_INSTALL_DEMOS]/sub-attaq
|
---|
33 | sources.files = $$SOURCES \
|
---|
34 | $$HEADERS \
|
---|
35 | $$RESOURCES \
|
---|
36 | $$FORMS \
|
---|
37 | sub-attaq.pro \
|
---|
38 | pics
|
---|
39 | sources.path = $$[QT_INSTALL_DEMOS]/sub-attaq
|
---|
40 | INSTALLS += target \
|
---|
41 | sources
|
---|
Note:
See
TracBrowser
for help on using the repository browser.