Klaas Freitag
534f1cf79a
Fix: Check if desktop file from first argument really exists
and issue a proper error message if not.
When using linuxdeployqt for example in OBS and packages can not
be installed, it can happen that the desktop file is not existing.
This error message makes debugging easier.
7 years ago
Henner Kollmann
98f537a3a8
Search in the application path for qmake
7 years ago
probonopd
3182c36d66
Merge pull request #163 from lilianmoraru/master
Suggest optimized builds
7 years ago
Lilian A. Moraru
01ff23053a
Suggest optimized builds
7 years ago
probonopd
51d61f0224
Update README.md
7 years ago
probonopd
60dea92aff
Do not exclude libselinux.so.1
https://github.com/AppImage/AppImages/issues/83
7 years ago
TheAssassin
05eb73a516
Merge pull request #116 from mhoeher/master
Allow the qmake executable to be passed on CLI
7 years ago
Martin Höher
8c13c97c77
Add test for qmake option
7 years ago
Martin Höher
2cafb878a6
Merge branch 'master' of https://github.com/probonopd/linuxdeployqt
7 years ago
probonopd
9d9192f31b
Attempt to fix "not found" error
7 years ago
probonopd
15dd2cf277
Merge branch 'master' into master
7 years ago
Thorbjørn Lindeijer
ddb3e4e41c
Added path of problematic binary when dependency could not be found
Without verbose logging (which is really spammy) this information is
otherwise not available, but it can be very helpful in finding out
what's causing the problem.
7 years ago
probonopd
50f650bd4d
Update README.md
7 years ago
probonopd
fa515fdf5f
Merge pull request #147 from tresf/patch-1
Update BUILDING.md
7 years ago
Tres Finocchiaro
d0e3617f6b
Update BUILDING.md
Explicitly state that `linuxdeployqt` releases are x86_64 only. This notice should be reworded if/when more platforms are added to the releases area.
7 years ago
probonopd
b65b349b55
Update README.md
7 years ago
probonopd
892964978c
Exit if appDirPath == "/", closes #144
7 years ago
probonopd
4685e33a6e
Do not blacklist libpcre.so.*
https://github.com/OpenOrienteering/mapper/pull/898#issuecomment-312454680
8 years ago
probonopd
c96f01bc4a
Libraries missing on openSUSE 42.0
8 years ago
probonopd
18fd602a22
libhcrypto.so.4 missing on openSUSE LEAP 42.0
8 years ago
probonopd
4e3a8bfe83
Cannot assume libkrb5* to be there, it is missing on openSUSE LEAP 42.0
8 years ago
TheAssassin
3e33873686
Merge pull request #140 from orbifx/patch-1
Elaborates on -qmldir
8 years ago
orbifx
c662e56e2f
Elaborates on -qmldir
8 years ago
orbifx
f399119ab6
Show example usage and restructures usage section ( #139 )
8 years ago
Felix Barz
93ba2f186e
Qt module project structure ( #124 )
Refactor the project structure to make it build as a "Qt module". It's a first step to get this tool closer to Qt.
The main advantage here is: Simply running:
```
qmake
make
make install
```
will compile and install the tool into your Qt installation, and make it a part of your Qt just like any other tool (qmake, etc.)
8 years ago
probonopd
d6b9ee7ba6
Merge pull request #133 from J5lx/executable-rpath
Also set rpath for -executable=<path>
8 years ago
Jakob Gahde
6340408518
Also set rpath for -executable=<path>, resolves #83
8 years ago
probonopd
bd459f7869
Do not error when there are no translations
8 years ago
probonopd
9a93e030cf
Attempt to obey pre-existing RPATHs, #52
8 years ago
probonopd
6d4c1d966b
Attempt to obey pre-existing RPATHs, #52
8 years ago
probonopd
646201dcab
Revert "Create shared.cpp"
This reverts commit fd8bd30534
.
8 years ago
probonopd
fd8bd30534
Create shared.cpp
8 years ago
probonopd
b661b394fa
Closes #138 , the function 'getBinaryDependencies' was never used
8 years ago
probonopd
c8aac7154e
Codacy Badge
[ci skip]
8 years ago
probonopd
adcde9365b
Merge pull request #137 from adrianschroeter/master
Fix version detection for Qt
8 years ago
Adrian Schröter
11e35ce7af
Fix Qt version detection, qtDetected must not be a bool
8 years ago
Adrian Schröter
2bbb0844b5
Try to find version specific qmake first
Improve logging
8 years ago
probonopd
2f52ffe4c8
Clarify make install for .pro files
[ci skip]
8 years ago
Martin Höher
894868b819
Merge branch 'master' into master
8 years ago
Live-CD User
697b1262dc
Attempt at fixing #128
8 years ago
probonopd
9a8902399a
Switch to Qt 5.9
8 years ago
probonopd
0d9494b240
Switch to Qt 5.9
8 years ago
probonopd
bd30e0e119
Merge branch 'master' into master
8 years ago
TheAssassin
57e68b67a3
Merge pull request #127 from TheAssassin/fix-segfaults-on-travis
Fix linuxdeployqt segfaults
8 years ago
TheAssassin
31ac0abb87
Merge branch 'master' into fix-segfaults-on-travis
8 years ago
TheAssassin
1088dfa999
Fix linuxdeployqt crashes on Travis ( closes #108 )
By using a stable patchelf binary instead of compiling the latest master
from NixOS/patchelf, the crash could be solved.
An issue has been created in NixOS/patchelf attempting to fix this
upstream.
We should think about relying on stable versions (e.g. their tags) in
the future instead of building the master branch, especially since
linuxdeployqt is a development tool that many developers rely on.
8 years ago
probonopd
e785c90e3c
Update README.md
[ci skip]
8 years ago
probonopd
21214ee27a
Disable patchQtCore
8 years ago
TheAssassin
df417bd38a
Upload files for debugging if linuxdeployqt segfaults
8 years ago
TheAssassin
63f2e371b6
Disable notifications
8 years ago