18a3f6169b
Conflicts: demos/demos.pro demos/embedded/digiflip/digiflip.pro examples/examples.pro examples/graphicsview/embeddeddialogs/embeddeddialogs.pro src/gui/kernel/qplatformglcontext_qpa.cpp src/plugins/platforms/wayland/gl_integration/xcomposite_egl/qwaylandxcompositeeglcontext.cpp src/plugins/platforms/wayland/gl_integration/xcomposite_glx/qwaylandxcompositeglxcontext.cpp src/plugins/platforms/wayland/qwaylanddisplay.cpp src/plugins/platforms/wayland/qwaylandwindow.cpp Change-Id: I2a4ec9e2ca9c9aa9d57b55f98985e810b77bb745
42 lines
905 B
Prolog
42 lines
905 B
Prolog
contains(QT_CONFIG, opengl):QT += opengl widgets
|
|
HEADERS += boat.h \
|
|
bomb.h \
|
|
mainwindow.h \
|
|
submarine.h \
|
|
torpedo.h \
|
|
pixmapitem.h \
|
|
graphicsscene.h \
|
|
animationmanager.h \
|
|
states.h \
|
|
boat_p.h \
|
|
submarine_p.h \
|
|
qanimationstate.h \
|
|
progressitem.h \
|
|
textinformationitem.h
|
|
SOURCES += boat.cpp \
|
|
bomb.cpp \
|
|
main.cpp \
|
|
mainwindow.cpp \
|
|
submarine.cpp \
|
|
torpedo.cpp \
|
|
pixmapitem.cpp \
|
|
graphicsscene.cpp \
|
|
animationmanager.cpp \
|
|
states.cpp \
|
|
qanimationstate.cpp \
|
|
progressitem.cpp \
|
|
textinformationitem.cpp
|
|
RESOURCES += subattaq.qrc
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/animation/sub-attaq
|
|
sources.files = $$SOURCES \
|
|
$$HEADERS \
|
|
$$RESOURCES \
|
|
$$FORMS \
|
|
sub-attaq.pro \
|
|
pics
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/animation/sub-attaq
|
|
INSTALLS += target \
|
|
sources
|