mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 02:30:44 +00:00
10 lines
186 B
Prolog
10 lines
186 B
Prolog
lessThan(QT_MAJOR_VERSION,5)|lessThan(QT_MINOR_VERSION,9) {
|
|
error("You need to Qt 5.9 or newer to build SleepyHead");
|
|
}
|
|
|
|
TEMPLATE = subdirs
|
|
|
|
SUBDIRS += sleepyhead
|
|
|
|
CONFIG += ordered
|