Change-Id: I248f811a13ca00ccbf5d342a556d389bca625856 Reviewed-on: http://codereview.qt-project.org/4940 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
20 lines
384 B
Prolog
20 lines
384 B
Prolog
TEMPLATE = app
|
|
TARGET = slideshow
|
|
|
|
QT += multimediakit multimediakitwidgets
|
|
|
|
HEADERS = \
|
|
slideshow.h
|
|
|
|
SOURCES = \
|
|
main.cpp \
|
|
slideshow.cpp
|
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtmultimediakit/slideshow
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtmultimediakit/slideshow
|
|
|
|
INSTALLS += target sources
|
|
|
|
QT+=widgets
|