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