Change-Id: I522b3e6d4465c6c5cce2483676e09320176837d6 Reviewed-on: http://codereview.qt.nokia.com/2665 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
19 lines
372 B
Prolog
19 lines
372 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
|
|
|