Set `KF_PACKAGE_PREFIX` as well when building against Qt 6

This commit is contained in:
Martchus 2023-03-05 12:26:33 +01:00
parent 169756fce4
commit 4aea7f5a57
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@
"binaryDir": "$env{BUILD_DIR}/${sourceDirName}/default-qt6",
"cacheVariables": {
"QT_PACKAGE_PREFIX": {"type": "STRING", "value": "Qt6"},
"KF_PACKAGE_PREFIX": {"type": "STRING", "value": "KF6"},
"BUILD_WITH_QT6": {"type": "BOOL", "value": "ON"}
}
},