forked from FreeCAD/FreeCAD
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CMake] Use imported executable targets for finding Qt uic/rcc
Commit 024bde6 ("Update FindPySide2Tools.cmake") removed the versioned names of uic/rcc, which are at least used on openSUSE and Fedora. Instead of determining the path of uic/rcc manually, just use the imported executable targets. rcc comes from QtCore, while uic comes from QtWidgets. Fixes FreeCAD#6445.
- Loading branch information
1 parent
a5bc46a
commit 4e9363c
Showing
1 changed file
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters