Add dev-qt from an older version of the gentoo repo
Qt5 has been removed, we restore it since we still use it.
This commit is contained in:
33
dev-qt/qtchooser/files/qtchooser-66-qt-5.15.3-compat.patch
Normal file
33
dev-qt/qtchooser/files/qtchooser-66-qt-5.15.3-compat.patch
Normal file
@ -0,0 +1,33 @@
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -1,18 +1,13 @@
|
||||
MKDIR = mkdir -p
|
||||
prefix = /usr
|
||||
bindir = $(prefix)/bin
|
||||
-TOOLS = assistant \
|
||||
- designer \
|
||||
+TOOLS = designer \
|
||||
lconvert \
|
||||
- linguist \
|
||||
lrelease \
|
||||
lupdate \
|
||||
moc \
|
||||
- pixeltool \
|
||||
qcollectiongenerator \
|
||||
- qdbus \
|
||||
qdbuscpp2xml \
|
||||
- qdbusviewer \
|
||||
qdbusxml2cpp \
|
||||
qdoc \
|
||||
qdoc3 \
|
||||
@@ -44,9 +39,7 @@
|
||||
rcc \
|
||||
repc \
|
||||
uic \
|
||||
- uic3 \
|
||||
- xmlpatterns \
|
||||
- xmlpatternsvalidator \
|
||||
+ uic3
|
||||
|
||||
# keep the above line empty
|
||||
|
||||
Reference in New Issue
Block a user