summaryrefslogtreecommitdiffstats
path: root/src/plugins/styles/styles.pro
blob: fa9603374ed960b38a261f524db9e5f0abae26b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE = subdirs
SUBDIRS = \
    cleanlooks \
    motif \
    plastique

greaterThan(QT_MAJOR_VERSION, 5) | greaterThan(QT_MINOR_VERSION, 6) {
    # only 5.7 or later
    SUBDIRS += bb10style
}

packagesExist(gtk+-2.0 x11) {
    SUBDIRS += gtk2
}