Fix build
This commit is contained in:
parent
1ba54e4a7c
commit
113097ab3e
@ -265,10 +265,11 @@ popd
|
|||||||
%files
|
%files
|
||||||
%{_bindir}/qdbus-qt5
|
%{_bindir}/qdbus-qt5
|
||||||
%{_bindir}/qtpaths
|
%{_bindir}/qtpaths
|
||||||
|
%{_bindir}/lprodump
|
||||||
%{_qt5_bindir}/qdbus
|
%{_qt5_bindir}/qdbus
|
||||||
%{_qt5_bindir}/qdbus-qt5
|
%{_qt5_bindir}/qdbus-qt5
|
||||||
%{_qt5_bindir}/qtpaths
|
%{_qt5_bindir}/qtpaths
|
||||||
|
%{_qt5_bindir}/lprodump
|
||||||
%files common
|
%files common
|
||||||
%license LICENSE.LGPL*
|
%license LICENSE.LGPL*
|
||||||
|
|
||||||
@ -352,6 +353,7 @@ fi
|
|||||||
%{_qt5_bindir}/designer*
|
%{_qt5_bindir}/designer*
|
||||||
%{_datadir}/applications/*designer.desktop
|
%{_datadir}/applications/*designer.desktop
|
||||||
%{_datadir}/icons/hicolor/*/apps/designer*.*
|
%{_datadir}/icons/hicolor/*/apps/designer*.*
|
||||||
|
%{_qt5_libdir}/cmake/Qt5DesignerComponents/Qt5DesignerComponentsConfig*.cmake
|
||||||
|
|
||||||
%if 0%{?webkit}
|
%if 0%{?webkit}
|
||||||
%files -n qt5-designer-plugin-webkit
|
%files -n qt5-designer-plugin-webkit
|
||||||
|
@ -1,22 +1,8 @@
|
|||||||
diff -up qttools-opensource-src-5.5.0/src/linguist/lrelease/main.cpp.qmake-qt5 qttools-opensource-src-5.5.0/src/linguist/lrelease/main.cpp
|
diff --git a/src/linguist/lprodump/main.cpp b/src/linguist/lprodump/main.cpp
|
||||||
--- qttools-opensource-src-5.5.0/src/linguist/lrelease/main.cpp.qmake-qt5 2015-06-29 15:13:45.000000000 -0500
|
index 857786b..2a65299 100644
|
||||||
+++ qttools-opensource-src-5.5.0/src/linguist/lrelease/main.cpp 2015-07-16 10:23:49.664773033 -0500
|
--- a/src/linguist/lprodump/main.cpp
|
||||||
@@ -310,9 +310,9 @@ int main(int argc, char **argv)
|
+++ b/src/linguist/lprodump/main.cpp
|
||||||
option.qmake_abslocation = QString::fromLocal8Bit(qgetenv("QMAKE"));
|
@@ -438,7 +438,7 @@ int main(int argc, char **argv)
|
||||||
if (option.qmake_abslocation.isEmpty())
|
|
||||||
#ifdef QT_BOOTSTRAPPED
|
|
||||||
- option.qmake_abslocation = binDir + QLatin1String("/qmake");
|
|
||||||
+ option.qmake_abslocation = binDir + QLatin1String("/qmake-qt5");
|
|
||||||
#else
|
|
||||||
- option.qmake_abslocation = app.applicationDirPath() + QLatin1String("/qmake");
|
|
||||||
+ option.qmake_abslocation = app.applicationDirPath() + QLatin1String("/qmake-qt5");
|
|
||||||
#endif
|
|
||||||
option.initProperties();
|
|
||||||
QMakeVfs vfs;
|
|
||||||
diff -up qttools-opensource-src-5.5.0/src/linguist/lupdate/main.cpp.qmake-qt5 qttools-opensource-src-5.5.0/src/linguist/lupdate/main.cpp
|
|
||||||
--- qttools-opensource-src-5.5.0/src/linguist/lupdate/main.cpp.qmake-qt5 2015-06-29 15:13:46.000000000 -0500
|
|
||||||
+++ qttools-opensource-src-5.5.0/src/linguist/lupdate/main.cpp 2015-07-16 10:23:49.665773055 -0500
|
|
||||||
@@ -1048,7 +1048,7 @@ int main(int argc, char **argv)
|
|
||||||
ProFileGlobals option;
|
ProFileGlobals option;
|
||||||
option.qmake_abslocation = QString::fromLocal8Bit(qgetenv("QMAKE"));
|
option.qmake_abslocation = QString::fromLocal8Bit(qgetenv("QMAKE"));
|
||||||
if (option.qmake_abslocation.isEmpty())
|
if (option.qmake_abslocation.isEmpty())
|
||||||
|
Loading…
Reference in New Issue
Block a user