···15 . @fix_qt_builtin_paths@
16 . @fix_qt_module_paths@
1718- # Disable debug symbols if qtbase was built without debugging.
19- # This stops -dev paths from leaking into other outputs.
20- if [ -z "@debug@" ]; then
21- NIX_CFLAGS_COMPILE="${NIX_CFLAGS_COMPILE-}${NIX_CFLAGS_COMPILE:+ }-DQT_NO_DEBUG"
22- fi
23-24- # Integration with CMake:
25- # Set the CMake build type corresponding to how qtbase was built.
26- if [ -n "@debug@" ]; then
27- cmakeBuildType="Debug"
28- else
29- cmakeBuildType="Release"
30- fi
31-32 # Build tools are often confused if QMAKE is unset.
33 export QMAKE=@out@/bin/qmake
34
···15 . @fix_qt_builtin_paths@
16 . @fix_qt_module_paths@
170000000000000018 # Build tools are often confused if QMAKE is unset.
19 export QMAKE=@out@/bin/qmake
20