Prepare for removing qmake support
This kind of hits people over the head with a big bat, but it might get the point across... Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
cfa5403192
commit
7364e6ae9c
@ -1,3 +1,19 @@
|
||||
message(" ")
|
||||
message(" ")
|
||||
message("qmake support will soon be removed from Subsurface")
|
||||
message("if you haven't switched to cmake, yet, please consider doing so")
|
||||
message("if this isn't possible for some reason, please let the mailing list know")
|
||||
message(" ")
|
||||
message(" ")
|
||||
message(" ")
|
||||
message(" ")
|
||||
message("you can still use qmake by removing the error statement below")
|
||||
message("simply edit $${PWD}/subsurface.pro")
|
||||
#
|
||||
# remove the following if you still need to use qmake
|
||||
#
|
||||
error(1)
|
||||
|
||||
CODECFORTR = UTF-8
|
||||
CODECFORSRC = UTF-8
|
||||
include(subsurface-configure.pri)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user