Build modeltest only if Qt >= 5.7
This commit is contained in:
parent
227b8bdae4
commit
2867764c56
@ -1,4 +1,7 @@
|
||||
TEMPLATE = subdirs
|
||||
SUBDIRS = \
|
||||
modeltest \
|
||||
qhexedit2
|
||||
|
||||
greaterThan(QT_MINOR_VERSION, 6) {
|
||||
SUBDIRS += modeltest
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user