806dda08d6
Updated those .qdoc files to refer to the new relative examples emplacement. Images and snippets to be moved later. Also grouped all widgets related examples under widgets. Change-Id: Ib29696e2d8948524537f53e8dda88f9ee26a597f Reviewed-by: J-P Nurmi <j-p.nurmi@nokia.com>
43 lines
911 B
Prolog
43 lines
911 B
Prolog
QT += widgets
|
|
contains(QT_CONFIG, opengl):QT += opengl
|
|
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
|