summarylogtreecommitdiffstats
path: root/qt5.patch
diff options
context:
space:
mode:
authorleaeasy2017-12-14 10:33:06 +0800
committerleaeasy2017-12-14 10:33:06 +0800
commit7d01fbc370fc2b9615a343e044a5a6e747498cd6 (patch)
tree50052518cd1d15cee70de0c37faea126d3cab4ba /qt5.patch
parenta14d64c012a02c0b5ba032e338d6e028cd865f87 (diff)
downloadaur-7d01fbc370fc2b9615a343e044a5a6e747498cd6.tar.gz
fix qt5 moc wrong path
Diffstat (limited to 'qt5.patch')
-rw-r--r--qt5.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt5.patch b/qt5.patch
index 80031a371a79..6b9a3e6b7bb3 100644
--- a/qt5.patch
+++ b/qt5.patch
@@ -33,7 +33,7 @@ index 4267113..3b46102 100644
-ifeq "$(UI_TYPE)" "gtk"
- UILIBS = $(shell pkg-config --libs gtk+-2.0 gio-2.0) -lpng -ljpeg
-endif
-+MOC = /usr/bin/bin/moc-qt5
++MOC = /usr/bin/moc-qt5
+QTINCLUDE = $(shell pkg-config --cflags Qt5Gui Qt5Widgets Qt5Network)
+UILIBS = $(shell pkg-config --libs Qt5Gui Qt5Widgets Qt5Network)