Build modeltest only if Qt >= 5.7

This commit is contained in:
Srivats P 2018-04-02 21:10:00 +05:30
parent 227b8bdae4
commit 2867764c56

View File

@ -1,4 +1,7 @@
TEMPLATE = subdirs
SUBDIRS = \
modeltest \
qhexedit2
greaterThan(QT_MINOR_VERSION, 6) {
SUBDIRS += modeltest
}