diff options
-rw-r--r-- | openscad.pro | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/openscad.pro b/openscad.pro index 8c72b3f..89df95d 100644 --- a/openscad.pro +++ b/openscad.pro @@ -1,3 +1,8 @@ + +isEmpty(QT_VERSION) { + error("Please use qmake for Qt 4 (probably qmake-qt4)") +} + # Auto-include config_<variant>.pri if the VARIANT variable is give on the # command-line, e.g. qmake VARIANT=mybuild !isEmpty(VARIANT) { |