summaryrefslogtreecommitdiffstats
path: root/examples/slideshow/slideshow.pro
blob: c4cb38080c457f2d1f32dc15d44b2f1e21259039 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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