9bfe1f3cd9
--HG-- branch : develop
11 lines
221 B
Prolog
11 lines
221 B
Prolog
include(Valentina.pri)
|
|
|
|
#Check if Qt version >= 5.2.0
|
|
!minQtVersion(5, 2, 0) {
|
|
message("Cannot build Valentina with Qt version $${QT_VERSION}.")
|
|
error("Use at least Qt 5.2.0.")
|
|
}
|
|
|
|
TEMPLATE = subdirs
|
|
SUBDIRS = src
|