Commit Graph

305 Commits

Author SHA1 Message Date
U. Bruhin 453fbfd163 Fix compile error when using Qt5.2
Error message: 'QJsonValue::QJsonValue(const void*)' is private
2017-02-12 23:09:51 +01:00
probonopd 334930bfaa Merge pull request #62 from atehxx/patch-2
Improve bundling of Qt libs
2017-02-05 21:49:59 +01:00
probonopd 74ca072c7f Merge pull request #55 from atehxx/patch-1
Change Qt WebEngine resources path, addresses #57
2017-02-05 21:33:25 +01:00
Manio a680de5b2b Improve bundling of Qt libs
Workaround for not bundling Qt libs when Qt is installed in /usr/local/Qt...
2017-01-30 18:06:57 +01:00
Manio 959ef98726 Update shared.cpp
Final improvement to Qt WebEngine resources location
2017-01-30 17:50:28 +01:00
Manio 92e02657d9 Update shared.h
Add new function
2017-01-30 17:47:38 +01:00
probonopd 0d1619a91d Update README.md
[ci skip]
2017-01-29 09:54:31 +01:00
probonopd 15f8501c3e Update README.md
[ci skip]
2017-01-29 01:09:18 +01:00
probonopd d16cef0dfc Update README.md
[ci skip]
2017-01-29 01:08:15 +01:00
probonopd 64a285a464 Additional projects using linuxdeployqt
[ci skip]
2017-01-29 01:01:05 +01:00
probonopd 1c72b5580f Update README.md 2017-01-29 00:56:30 +01:00
probonopd a8bba5c421 Qt 5.8 2017-01-23 19:20:50 +01:00
atehxx 97b8ba862b Update shared.cpp
Fixed few paths to Web Engine resources as where they seem to be in 5.7.1
2016-12-30 14:06:20 +01:00
probonopd b7374df1b2 Add PatternPaint
[ci skip]
2016-12-04 13:32:30 +01:00
probonopd 42e84d710e strip linuxdeployqt.AppDir/usr/bin/*
To find out whether patchelf cripples unstripped binaries
2016-12-04 13:12:46 +01:00
probonopd 56c778da22 Do not use FHS-like structure in this branch 2016-12-04 12:49:49 +01:00
probonopd f210de67ce Update .travis.yml 2016-12-04 11:47:01 +01:00
probonopd d062245251 Deploy imageformats 2016-12-04 11:27:31 +01:00
probonopd 4951fd133b Deploy imageformats 2016-12-04 11:26:45 +01:00
probonopd 6ae2091eb2 Use continuous build of linuxdeployqt and upload to GitHub Releases 2016-12-04 11:24:17 +01:00
probonopd 5c15c45863 make -j2 for Travis CI
[ci skip]
2016-11-30 22:48:11 +01:00
probonopd db6f23ebf1 opentodolist
[ci skip]
2016-11-29 21:13:50 +01:00
probonopd 445cd67b7d appimagetool instead of AppImageAssistant
Closes #50
2016-11-29 20:50:33 +01:00
probonopd 6ea1dca273 Update .travis.yml 2016-11-20 14:19:52 +01:00
probonopd 289d7087b7 patchelf from git 2016-11-20 14:16:49 +01:00
probonopd e0c442aea5 Update .travis.yml 2016-11-20 13:59:25 +01:00
probonopd c8b651e37f Update .travis.yml 2016-11-20 13:51:26 +01:00
probonopd 45387d0ab8 Update .travis.yml 2016-11-20 13:48:58 +01:00
probonopd 62b49fafc8 Update .travis.yml 2016-11-20 13:34:15 +01:00
probonopd 4ab586dcbb Update README.md
[ci skip]
2016-11-19 19:07:15 +01:00
probonopd 8d795dcef2 Merge branch 'feature/fhs' of https://github.com/probonopd/linuxdeployqt into feature/fhs 2016-11-19 14:10:19 +01:00
probonopd 50c73383e4 Place qt.conf next to executable 2016-11-19 14:09:50 +01:00
probonopd e594e6f678 Use uploadtool 2016-11-19 13:48:14 +01:00
probonopd 118823a9af Use latest appimagetool 2016-11-19 13:43:38 +01:00
probonopd 05f2f03a88 Continue FHS-like mode 2016-11-19 13:37:52 +01:00
probonopd 6fad088ed3 Started FHS-like mode; not quite working yet 2016-11-19 13:19:01 +01:00
probonopd 9a1fbab445 Merge pull request #43 from mkrautz/improve-vdso-detection
shared/shared.cpp: improve Linux VDSO detection.
2016-11-12 22:20:22 +01:00
Mikkel Krautz f95bb9c1ca shared/shared.cpp: improve Linux VDSO detection.
This commit improves the the VDSO lookup mechanism
by supporting the shared object names of the VDSO
object for other architectures.
2016-11-12 22:15:51 +01:00
probonopd 1127dc41d5 Merge pull request #41 from mkrautz/c++03-support
shared/shared.cpp: remove a few minor C++11-isms.
2016-11-12 11:09:33 +01:00
probonopd c1b7e786de Merge pull request #42 from mkrautz/fix-qt-non-gui-build
linuxdeployqt/linuxdeployqt.pro: explicitly state linuxdeployqt's dependency on just QtCore.
2016-11-12 11:09:02 +01:00
Mikkel Krautz d57f180179 shared/shared.cpp: remove a few minor C++11-isms.
These are the only issues preventing linuxdeployqt
from building on non-C++11 compilers.

Uses of the range-based for loop are replaced with
Qt's foreach macro.

Uses of auto are replaced with appropriate types.
2016-11-12 11:04:06 +01:00
Mikkel Krautz dffeffe966 linuxdeployqt/linuxdeployqt.pro: explicitly state linuxdeployqt's dependency on just QtCore.
Qt installations without QtGui/QtWidgets still include a default
QT variable of 'core gui'.

Explicitlyt setting QT to just 'core' fixes the build on such
configurations.
2016-11-12 10:54:13 +01:00
probonopd 5c79e30f19 Also deploy plugins/iconengines/libqsvgicon.so whenever libQt5Svg.so.* is about to be deployed, closes #36 2016-11-04 16:18:18 +01:00
probonopd dbeb6f42c2 Merge pull request #40 from bjorn/master
Improved the way Qt files are located
2016-11-04 15:57:37 +01:00
Thorbjørn Lindeijer f45c7e3156 Improved the way Qt files are located
Using 'qmake -query' to get all information explicitly instead of parsing
the output of 'qmake -v' and deriving binary path, plugin path and QML
path from there.

Fixes #28
Fixes #37
2016-11-04 09:44:39 +01:00
probonopd 799f704362 Update README.md 2016-10-28 17:53:26 +02:00
probonopd b755da95ce fathomssen/redtimer
[ci skip]
2016-10-24 00:24:07 +02:00
probonopd 42fc34c5ec Add files via upload 2016-10-23 14:49:15 +02:00
probonopd 80cd3c9dc6 Delete linuxdeployqt.svg
[ci skip]
2016-10-23 14:49:07 +02:00
probonopd 81386ed1ff Update linuxdeployqt.svg 2016-10-23 14:48:48 +02:00