2015-07-10 11:28:30 +02:00
|
|
|
include(common.pri)
|
2014-05-07 10:47:53 +02:00
|
|
|
|
2015-04-01 14:51:54 +02:00
|
|
|
#Check if Qt version >= 5.0.0
|
2015-04-01 19:47:22 +02:00
|
|
|
!minQtVersion(5, 0, 0) {
|
2014-05-07 10:47:53 +02:00
|
|
|
message("Cannot build Valentina with Qt version $${QT_VERSION}.")
|
2015-04-01 14:51:54 +02:00
|
|
|
error("Use at least Qt 5.0.0.")
|
2014-05-07 10:47:53 +02:00
|
|
|
}
|
|
|
|
|
2014-04-25 10:58:33 +02:00
|
|
|
TEMPLATE = subdirs
|
|
|
|
SUBDIRS = src
|