probonopd
d062245251
Deploy imageformats
9 years ago
probonopd
6ea1dca273
Update .travis.yml
9 years ago
probonopd
289d7087b7
patchelf from git
9 years ago
probonopd
e0c442aea5
Update .travis.yml
9 years ago
probonopd
c8b651e37f
Update .travis.yml
9 years ago
probonopd
45387d0ab8
Update .travis.yml
9 years ago
probonopd
62b49fafc8
Update .travis.yml
9 years ago
probonopd
4ab586dcbb
Update README.md
[ci skip]
9 years ago
probonopd
8d795dcef2
Merge branch 'feature/fhs' of https://github.com/probonopd/linuxdeployqt into feature/fhs
9 years ago
probonopd
50c73383e4
Place qt.conf next to executable
9 years ago
probonopd
e594e6f678
Use uploadtool
9 years ago
probonopd
118823a9af
Use latest appimagetool
9 years ago
probonopd
05f2f03a88
Continue FHS-like mode
9 years ago
probonopd
6fad088ed3
Started FHS-like mode; not quite working yet
9 years ago
probonopd
9a1fbab445
Merge pull request #43 from mkrautz/improve-vdso-detection
shared/shared.cpp: improve Linux VDSO detection.
9 years ago
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.
9 years ago
probonopd
1127dc41d5
Merge pull request #41 from mkrautz/c++03-support
shared/shared.cpp: remove a few minor C++11-isms.
9 years ago
probonopd
c1b7e786de
Merge pull request #42 from mkrautz/fix-qt-non-gui-build
linuxdeployqt/linuxdeployqt.pro: explicitly state linuxdeployqt's dependency on just QtCore.
9 years ago
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.
9 years ago
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.
9 years ago
probonopd
5c79e30f19
Also deploy plugins/iconengines/libqsvgicon.so whenever libQt5Svg.so.* is about to be deployed, closes #36
10 years ago
probonopd
dbeb6f42c2
Merge pull request #40 from bjorn/master
Improved the way Qt files are located
10 years ago
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
10 years ago
probonopd
799f704362
Update README.md
10 years ago
probonopd
b755da95ce
fathomssen/redtimer
[ci skip]
10 years ago
probonopd
42fc34c5ec
Add files via upload
10 years ago
probonopd
80cd3c9dc6
Delete linuxdeployqt.svg
[ci skip]
10 years ago
probonopd
81386ed1ff
Update linuxdeployqt.svg
10 years ago
probonopd
66e5386391
Debug exit code
10 years ago
probonopd
5ebc979d11
Debugging exit code
10 years ago
probonopd
64178d00d5
Update shared.cpp
10 years ago
probonopd
78905f35d1
exit(0);
10 years ago
probonopd
686fc47bf9
Update .travis.yml
10 years ago
probonopd
6b183b3d92
Update linuxdeployqt.desktop
10 years ago
probonopd
5cd9183633
Fix Exec=
10 years ago
probonopd
2a4126dd2e
Update linuxdeployqt.desktop
10 years ago
probonopd
d73bce1832
Add files via upload
10 years ago
probonopd
4637309f9d
Create linuxdeployqt.desktop
10 years ago
probonopd
7dbdcae020
Update .travis.yml
10 years ago
probonopd
937502a0f0
grep -o
10 years ago
probonopd
120e6764bc
Update shared.cpp
10 years ago
probonopd
2dc217f9f3
Update .travis.yml
10 years ago
probonopd
de00b3afb7
Fix missing "'"
10 years ago
probonopd
cc59cc81a9
Update .travis.yml
10 years ago
probonopd
0a1d372c11
Update .travis.yml
10 years ago
probonopd
92d1009e51
Update .travis.yml
10 years ago
probonopd
0730cacb6b
Use appimagetool rather than AppImageAssistant
10 years ago
probonopd
1289ea7dc9
Update README.md
[ci skip]
10 years ago
probonopd
82f99776e2
Return correct exit code
10 years ago
probonopd
3415b30006
Trying to close #34 by taking care of libQt5WebEngineCore
10 years ago