Warning, /sdk/kdesrc-build/kf5-common-options-build-include is written in an unsupported language. File is not indexed.
0001 # This file should be used for any module options that should be set by default 0002 # for any kdesrc-build users if they build a given module. 0003 # 0004 # Even if the user doesn't use the other kf5-*-build-include files, 0005 # kdesrc-build can find the modules if include-dependencies is set and may need 0006 # to have the right options set to do the right thing. 0007 # See https://bugs.kde.org/show_bug.cgi?id=426219 0008 0009 options bluez-qt 0010 # Default udev rules dir /lib/udev/rules.d is not writable by regular user 0011 cmake-options -DINSTALL_UDEV_RULE:BOOL=OFF 0012 end options