Toshaan Bharvani
6 months ago
1 changed files with 10 additions and 0 deletions
@ -0,0 +1,10 @@
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh |
||||
|
||||
# An attempt at providing a qmake wrapper for projects that |
||||
# lack native qmake support (ie, qmake is run by buildsystem |
||||
# instead of developer or fedora packager). |
||||
|
||||
QMAKE="$(rpm --eval %{_qt6_qmake})" |
||||
QMAKE_FLAGS="$(rpm --eval %{?_qt6_qmake_flags})" |
||||
|
||||
eval $QMAKE $QMAKE_FLAGS $@ |
Loading…
Reference in new issue