summaryrefslogtreecommitdiffstats
path: root/examples/knx/knx.pro
blob: 2afb0538e2f49dd5e8195a2f0f94300a1c082011 (plain)
1
2
3
4
5
6
7
8
9
requires(qtHaveModule(network))

TEMPLATE = subdirs

SUBDIRS += discoverer knxproj tunnelclient router

qtHaveModule(widgets) {
    SUBDIRS += knxeditor group device
}