diff options
author | Marius Kintel <marius@kintel.net> | 2011-11-07 02:05:04 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-11-07 02:05:04 (GMT) |
commit | cd9aa0cbc2907a6f6ed06952e6127f2eaf41934a (patch) | |
tree | 3f468d8825140eb1066ce1959fc0afe1a0e251d1 /openscad.pro | |
parent | ee5b6b882b3302687a10262a4ce049034cb9172c (diff) | |
parent | d055200c95f6422bd95dbf6384c251346ffa3697 (diff) |
Merge branch 'master' into tests-buildsystem
Conflicts:
tests/CMakeLists.txt
Diffstat (limited to 'openscad.pro')
-rw-r--r-- | openscad.pro | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/openscad.pro b/openscad.pro index f08cecc..ebe5d46 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) { |