1fd6464884
--HG-- branch : develop
11 lines
209 B
Prolog
11 lines
209 B
Prolog
include(Valentina.pri)
|
|
|
|
#version check qt
|
|
!minQtVersion(5, 2, 1) {
|
|
message("Cannot build Valentina with Qt version $${QT_VERSION}.")
|
|
error("Use at least Qt 5.2.1.")
|
|
}
|
|
|
|
TEMPLATE = subdirs
|
|
SUBDIRS = src
|