mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 18:50:44 +00:00
13 lines
317 B
Prolog
13 lines
317 B
Prolog
lessThan(QT_MAJOR_VERSION,5)|lessThan(QT_MINOR_VERSION,9) {
|
|
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
|
|
|
|
SUBDIRS += oscr
|
|
|
|
CONFIG += ordered
|