summaryrefslogtreecommitdiffstats
path: root/examples/studio3d/studio3d.pro
blob: 6c10a4ea6dc2f7d75c67c6dfe6761be8ce6a8385 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE = subdirs

!package {
    SUBDIRS += \
        qmldynamickeyframes \
        qmlstreamer \
        widgetviewer \
        surfaceviewer \
        surfaceviewer_offscreen

    # Sample project only has the presentation.
    # We do not want to pollute the sample folder with .pro file, so do the install here.
    INSTALLS += sampleProject
    sampleProject.path = $$[QT_INSTALL_EXAMPLES]/studio3d/SampleProject
    sampleProject.files = SampleProject/*
}