diff options
author | Alexis Menard <alexis.menard@nokia.com> | 2010-01-06 15:53:29 (GMT) |
---|---|---|
committer | Alexis Menard <alexis.menard@nokia.com> | 2010-01-06 15:53:29 (GMT) |
commit | a8e3cca9032b471c1efd018a75456ee9beb70b13 (patch) | |
tree | 18eac7adf6fa0462ea15bdf76b9675be0357b410 /configure | |
parent | 2399046fbc9dc2c9f7250a43a83ce6f800b59922 (diff) | |
download | Qt-a8e3cca9032b471c1efd018a75456ee9beb70b13.zip Qt-a8e3cca9032b471c1efd018a75456ee9beb70b13.tar.gz Qt-a8e3cca9032b471c1efd018a75456ee9beb70b13.tar.bz2 |
Our variables are our variables so we prefix them.
AUTODETECT_COCOA -> QT_AUTODETECT_COCOA
Reviewed-by:thiago
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6912,7 +6912,7 @@ fi # if both carbon and cocoa are specified, enable the autodetection code. if [ "$PLATFORM_MAC" = "yes" -a "$CFG_MAC_COCOA" = "yes" -a "$CFG_MAC_CARBON" = "yes" ]; then - echo "#define AUTODETECT_COCOA 1" >>"$outpath/src/corelib/global/qconfig.h.new" + echo "#define QT_AUTODETECT_COCOA 1" >>"$outpath/src/corelib/global/qconfig.h.new" elif [ "$PLATFORM_MAC" = "yes" -a "$CFG_MAC_COCOA" = "yes" ]; then echo "#define QT_MAC_USE_COCOA 1" >>"$outpath/src/corelib/global/qconfig.h.new" fi |