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