mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-25 06:15:26 +00:00
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:
parent
49632b2ee4
commit
4782ac0945
@ -5,6 +5,9 @@ TARGET = Cutter
|
|||||||
# The application version
|
# The application version
|
||||||
VERSION = 1.7
|
VERSION = 1.7
|
||||||
|
|
||||||
|
#required QT version
|
||||||
|
lessThan(QT_MAJOR_VERSION, 5): error("requires Qt 5")
|
||||||
|
|
||||||
ICON = img/cutter.icns
|
ICON = img/cutter.icns
|
||||||
|
|
||||||
QT += core gui widgets svg
|
QT += core gui widgets svg
|
||||||
|
Loading…
Reference in New Issue
Block a user