summaryrefslogtreecommitdiff
path: root/src/src.pro
blob: eb22a141255c0c339866372ba97be7fb479c13cf (plain)
1
2
3
4
5
6
7
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS += script
qtHaveModule(widgets): {
    QT_FOR_CONFIG += widgets
    qtConfig(textedit): SUBDIRS += scripttools
}