aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Ui/Ui.pro
blob: 011ce94e76e27b8e33e2d6d630bb354cdbcf9ad1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
include(../../../qmmp.pri)
TEMPLATE = subdirs


contains(CONFIG, WITH_SKINNED){
SUBDIRS += skinned
}

contains(CONFIG, WITH_QSUI){
SUBDIRS += qsui
}