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