summaryrefslogtreecommitdiffstats
path: root/src/qdbus/qdbus.pro
blob: 860c1e11e3c0ea489e3c79b1e0502d4dcdad56d1 (plain)
1
2
3
4
5
6
7
8
9
TEMPLATE = subdirs
QT_FOR_CONFIG += xml
qtConfig(dom): SUBDIRS = qdbus
qtHaveModule(widgets) {
    QT_FOR_CONFIG += widgets
    qtConfig(dialogbuttonbox):qtConfig(inputdialog):qtConfig(messagebox):qtConfig(menu) {
        SUBDIRS += qdbusviewer
    }
}