aboutsummaryrefslogtreecommitdiffstats
path: root/subsurface.pro
diff options
context:
space:
mode:
Diffstat (limited to 'subsurface.pro')
-rw-r--r--subsurface.pro16
1 files changed, 16 insertions, 0 deletions
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)