OSCAR-code/OSCR_QT.pro

13 lines
317 B
Prolog
Raw Normal View History

lessThan(QT_MAJOR_VERSION,5)|lessThan(QT_MINOR_VERSION,9) {
2019-02-11 22:40:24 +00:00
message("You need to Qt 5.9 or newer to build OSCR with Help Pages")
lessThan(QT_MAJOR_VERSION,5)|lessThan(QT_MINOR_VERSION,7) {
error("You need Qt 5.7 or newer to build OSCR")
}
}
TEMPLATE = subdirs
2011-06-26 08:30:44 +00:00
2019-02-11 22:40:24 +00:00
SUBDIRS += oscr
2013-10-10 00:36:03 +00:00
CONFIG += ordered