From 7364e6ae9c669828aa3a21d2a97e03cd12f37609 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 21 May 2015 21:56:46 -0700 Subject: [PATCH] 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 --- subsurface.pro | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/subsurface.pro b/subsurface.pro index d052d9639..18682b439 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -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)