Specify require for QT (#646)

Just a line of code to bloc people when he tries to compile with QT4.
This commit is contained in:
Zlatan 2018-08-20 17:27:35 +02:00 committed by xarkes
parent 49632b2ee4
commit 4782ac0945

View File

@ -5,6 +5,9 @@ TARGET = Cutter
# The application version
VERSION = 1.7
#required QT version
lessThan(QT_MAJOR_VERSION, 5): error("requires Qt 5")
ICON = img/cutter.icns
QT += core gui widgets svg