comparison configure.ac @ 74:d78c80be335f qt5

Update for Qt5
author Chris Cannam
date Tue, 30 Apr 2013 16:13:56 +0100
parents b9b145d3013c
children adce5f7e2917
comparison
equal deleted inserted replaced
73:b9b145d3013c 74:d78c80be335f
114 AC_CONFIG_SUBDIRS([svcore]) 114 AC_CONFIG_SUBDIRS([svcore])
115 AC_CONFIG_FILES([config.pri version.h]) 115 AC_CONFIG_FILES([config.pri version.h])
116 116
117 AC_OUTPUT 117 AC_OUTPUT
118 118
119 if ! $QMAKE -r; then 119 if ! $QMAKE -r sonic-annotator.pro; then
120 AC_MSG_ERROR([qmake failed: Command was "$QMAKE -r"]) 120 AC_MSG_ERROR([qmake failed: Command was "$QMAKE -r"])
121 fi 121 fi
122 122
123 AC_MSG_NOTICE([ 123 AC_MSG_NOTICE([
124 124