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

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