Skip to content

Commit

Permalink
provide helpful error message when 'qmake' for qt3 is run
Browse files Browse the repository at this point in the history
  • Loading branch information
donbright committed Nov 6, 2011
1 parent 273672c commit 9ab95e6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 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) {
Expand Down

0 comments on commit 9ab95e6

Please sign in to comment.