diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-05-21 21:56:46 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-05-21 21:56:46 -0700 |
commit | 7364e6ae9c669828aa3a21d2a97e03cd12f37609 (patch) | |
tree | 74cc8ffb581e506a7b86e8b89087824ff1fd4c8a | |
parent | cfa54031928e901f56fd2c6b90047833d5a59c02 (diff) | |
download | subsurface-7364e6ae9c669828aa3a21d2a97e03cd12f37609.tar.gz |
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>
-rw-r--r-- | subsurface.pro | 16 |
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) |