···1515 . @fix_qt_builtin_paths@
1616 . @fix_qt_module_paths@
17171818- # Disable debug symbols if qtbase was built without debugging.
1919- # This stops -dev paths from leaking into other outputs.
2020- if [ -z "@debug@" ]; then
2121- NIX_CFLAGS_COMPILE="${NIX_CFLAGS_COMPILE-}${NIX_CFLAGS_COMPILE:+ }-DQT_NO_DEBUG"
2222- fi
2323-2424- # Integration with CMake:
2525- # Set the CMake build type corresponding to how qtbase was built.
2626- if [ -n "@debug@" ]; then
2727- cmakeBuildType="Debug"
2828- else
2929- cmakeBuildType="Release"
3030- fi
3131-3218 # Build tools are often confused if QMAKE is unset.
3319 export QMAKE=@out@/bin/qmake
3420