summaryrefslogtreecommitdiffstats
path: root/examples/knx/knx.pro
blob: 2a748012f4f19f655f709af49e7aea3df3a759ef (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 feature
}