TheAssassin
05eb73a516
Merge pull request #116 from mhoeher/master
...
Allow the qmake executable to be passed on CLI
2017-08-11 23:49:47 +02:00
Martin Höher
8c13c97c77
Add test for qmake option
2017-08-11 22:37:47 +02:00
Martin Höher
2cafb878a6
Merge branch 'master' of https://github.com/probonopd/linuxdeployqt
2017-08-11 22:13:08 +02:00
probonopd
9d9192f31b
Attempt to fix "not found" error
2017-07-22 12:54:03 +00:00
probonopd
15dd2cf277
Merge branch 'master' into master
2017-07-10 22:31:23 +02:00
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.
2017-07-10 21:39:03 +02:00
probonopd
50f650bd4d
Update README.md
2017-07-10 19:47:36 +02:00
probonopd
fa515fdf5f
Merge pull request #147 from tresf/patch-1
...
Update BUILDING.md
2017-07-10 07:48:18 +02:00
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.
2017-07-09 22:47:17 -04:00
probonopd
b65b349b55
Update README.md
2017-07-09 10:12:29 +02:00
probonopd
892964978c
Exit if appDirPath == "/", closes #144
2017-07-07 20:36:48 +02:00
probonopd
4685e33a6e
Do not blacklist libpcre.so.*
...
https://github.com/OpenOrienteering/mapper/pull/898#issuecomment-312454680
2017-07-01 22:46:38 +02:00
probonopd
c96f01bc4a
Libraries missing on openSUSE 42.0
2017-06-28 23:43:32 +02:00
probonopd
18fd602a22
libhcrypto.so.4 missing on openSUSE LEAP 42.0
2017-06-28 23:11:04 +02:00
probonopd
4e3a8bfe83
Cannot assume libkrb5* to be there, it is missing on openSUSE LEAP 42.0
2017-06-28 22:35:31 +02:00
TheAssassin
3e33873686
Merge pull request #140 from orbifx/patch-1
...
Elaborates on -qmldir
2017-06-20 19:22:17 +02:00
orbifx
c662e56e2f
Elaborates on -qmldir
2017-06-20 16:43:36 +01:00
orbifx
f399119ab6
Show example usage and restructures usage section ( #139 )
2017-06-19 18:34:38 +02:00
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.)
2017-06-19 18:32:52 +02:00
probonopd
d6b9ee7ba6
Merge pull request #133 from J5lx/executable-rpath
...
Also set rpath for -executable=<path>
2017-06-11 15:22:56 +02:00
Jakob Gahde
6340408518
Also set rpath for -executable=<path>, resolves #83
2017-06-11 14:28:55 +02:00
probonopd
bd459f7869
Do not error when there are no translations
2017-06-10 22:07:42 +00:00
probonopd
9a93e030cf
Attempt to obey pre-existing RPATHs, #52
2017-06-10 22:05:26 +00:00
probonopd
6d4c1d966b
Attempt to obey pre-existing RPATHs, #52
2017-06-10 22:01:00 +00:00
probonopd
646201dcab
Revert "Create shared.cpp"
...
This reverts commit fd8bd30534 .
2017-06-10 15:43:07 +02:00
probonopd
fd8bd30534
Create shared.cpp
2017-06-10 15:35:01 +02:00
probonopd
b661b394fa
Closes #138 , the function 'getBinaryDependencies' was never used
2017-06-10 13:08:43 +02:00
probonopd
c8aac7154e
Codacy Badge
...
[ci skip]
2017-06-10 12:59:31 +02:00
probonopd
adcde9365b
Merge pull request #137 from adrianschroeter/master
...
Fix version detection for Qt
2017-06-09 14:37:34 +02:00
Adrian Schröter
11e35ce7af
Fix Qt version detection, qtDetected must not be a bool
2017-06-09 09:34:55 +02:00
Adrian Schröter
2bbb0844b5
Try to find version specific qmake first
...
Improve logging
2017-06-09 09:34:22 +02:00
probonopd
2f52ffe4c8
Clarify make install for .pro files
...
[ci skip]
2017-06-07 22:23:25 +02:00
Martin Höher
894868b819
Merge branch 'master' into master
2017-06-06 16:51:33 +02:00
Live-CD User
697b1262dc
Attempt at fixing #128
2017-06-05 22:39:34 +02:00
probonopd
9a8902399a
Switch to Qt 5.9
2017-06-05 11:13:04 +02:00
probonopd
0d9494b240
Switch to Qt 5.9
2017-06-05 11:03:21 +02:00
probonopd
bd30e0e119
Merge branch 'master' into master
2017-06-01 23:14:12 +02:00
TheAssassin
57e68b67a3
Merge pull request #127 from TheAssassin/fix-segfaults-on-travis
...
Fix linuxdeployqt segfaults
2017-06-01 22:32:10 +02:00
TheAssassin
31ac0abb87
Merge branch 'master' into fix-segfaults-on-travis
2017-06-01 22:20:12 +02:00
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.
2017-06-01 22:11:40 +02:00
probonopd
e785c90e3c
Update README.md
...
[ci skip]
2017-05-31 00:47:02 +02:00
probonopd
21214ee27a
Disable patchQtCore
2017-05-30 23:05:14 +02:00
TheAssassin
df417bd38a
Upload files for debugging if linuxdeployqt segfaults
2017-05-29 23:59:13 +02:00
TheAssassin
63f2e371b6
Disable notifications
2017-05-29 23:59:13 +02:00
probonopd
e273dba26c
make -j$(nproc)
...
[ci skip]
2017-05-29 23:15:10 +02:00
probonopd
3df78b975a
Do not bundle libpangoft2-1.0.so.0, libpangocairo-1.0.so.0, libpango-1.0.so.0
...
https://github.com/probonopd/AppImages/issues/240
2017-05-27 16:35:17 +00:00
probonopd
0f2dba46ff
Translations deployment, thanks Ribtoks
...
https://github.com/probonopd/linuxdeployqt/compare/16f2176...Ribtoks:18efafdea7cd77fb9e201ecfbf522b5d5c68a165?expand=1
2017-05-26 07:34:56 +02:00
probonopd
e8ea2c94a5
Fix for PrivateWidgets not being deployed, closes #113
...
https://github.com/Ribtoks/linuxdeployqt/commit/16f2176b15e4ade8b35f67ddc392aca1fbc9c5cc
2017-05-26 07:25:23 +02:00
probonopd
01056fa3ac
Merge branch 'master' into master
2017-05-26 07:00:06 +02:00
probonopd
195b793686
Do not exit if qmlimportscanner is not found
2017-05-26 01:50:34 +02:00