2018-06-12 04:00:38 +00:00
|
|
|
lessThan(QT_MAJOR_VERSION,5)|lessThan(QT_MINOR_VERSION,9) {
|
2019-02-23 14:11:20 +00:00
|
|
|
message("You need to Qt 5.9 or newer to build OSCAR with Help Pages")
|
2019-02-11 22:40:24 +00:00
|
|
|
lessThan(QT_MAJOR_VERSION,5)|lessThan(QT_MINOR_VERSION,7) {
|
2019-02-23 14:11:20 +00:00
|
|
|
error("You need Qt 5.7 or newer to build OSCAR")
|
2019-02-11 22:40:24 +00:00
|
|
|
}
|
2018-06-12 04:00:38 +00:00
|
|
|
}
|
|
|
|
|
2013-09-26 22:52:41 +00:00
|
|
|
TEMPLATE = subdirs
|
2011-06-26 08:30:44 +00:00
|
|
|
|
2019-02-23 14:11:20 +00:00
|
|
|
SUBDIRS += oscar
|
2013-10-09 17:34:44 +00:00
|
|
|
|
2013-10-10 00:36:03 +00:00
|
|
|
CONFIG += ordered
|
2019-05-05 12:03:27 +00:00
|
|
|
|
|
|
|
macx: {
|
|
|
|
QMAKE_INFO_PLIST = Building/MacOS/Info.plist.in
|
|
|
|
}
|