2014-05-07 10:47:53 +02:00
|
|
|
include(Valentina.pri)
|
|
|
|
|
|
|
|
#version check qt
|
2014-05-29 09:08:54 +02:00
|
|
|
!minQtVersion(5, 2, 1) {
|
2014-05-07 10:47:53 +02:00
|
|
|
message("Cannot build Valentina with Qt version $${QT_VERSION}.")
|
2014-05-29 09:08:54 +02:00
|
|
|
error("Use at least Qt 5.2.1.")
|
2014-05-07 10:47:53 +02:00
|
|
|
}
|
|
|
|
|
2014-04-25 10:58:33 +02:00
|
|
|
TEMPLATE = subdirs
|
|
|
|
SUBDIRS = src
|