mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
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 changed files with 16 additions and 0 deletions
|
@ -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…
Reference in a new issue