OSCAR-code/OSCR_QT.pro
2019-02-11 17:37:29 -05:00

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