diff --git a/configure b/configure index c42d5c31cf..2fa0ec627b 100755 --- a/configure +++ b/configure @@ -1284,6 +1284,7 @@ int main() { Foo f; } filetext += 'HEADERS += qt.h\nSOURCES += qt.cpp\n' if system == "darwin": filetext += 'QMAKE_MACOSX_DEPLOYMENT_TARGET = ' + macosx_version + '\n' + filetext += 'QMAKE_LIBS_OPENGL = -framework OpenGL\n' log ('\nproject file "qt.pro":\n---\n' + filetext + '---\n') with open (os.path.join (qt_dir.name, 'qt.pro'), 'w') as f: