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
probonopd
e273dba26c
make -j$(nproc)
[ci skip]
8 years ago
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
8 years ago
probonopd
0f2dba46ff
Translations deployment, thanks Ribtoks
https://github.com/probonopd/linuxdeployqt/compare/16f2176...Ribtoks:18efafdea7cd77fb9e201ecfbf522b5d5c68a165?expand=1
8 years ago
probonopd
e8ea2c94a5
Fix for PrivateWidgets not being deployed, closes #113
16f2176b15
8 years ago
probonopd
01056fa3ac
Merge branch 'master' into master
8 years ago
probonopd
195b793686
Do not exit if qmlimportscanner is not found
8 years ago
probonopd
1c852a19ae
Skip QML imports if no Qt detected
8 years ago
probonopd
08d091725c
Update shared.cpp
8 years ago
probonopd
c79654e7e8
Revert "Try Qt 5.7.1 to see whether it also segfaults on Travis CI"
It does. Using Qt 5.7.1 makes no difference
This reverts commit e5b7c2f433
.
8 years ago
probonopd
731c08ad89
Modify qt.conf
8 years ago
probonopd
e5b7c2f433
Try Qt 5.7.1 to see whether it also segfaults on Travis CI
8 years ago
probonopd
b0cb33c9de
Revert "No longer generate qt.conf since we use qt_prfxpath now"
Possible workaround for #98 , #99 , #122
This reverts commit 5df50f332b
.
8 years ago
Piotr Krzemiński
85b2b44f34
add QNapi to project list that uses linuxdeployqt ( #119 )
8 years ago
probonopd
bb39683187
Try patchelf 0.9 = 44b7f95
8 years ago
probonopd
f6664faaf9
Update shared.cpp
8 years ago
Martin Höher
a3a6376573
Allow the qmake executable to be passed on CLI
This change adds a new command line option `qmake` to the tool which
allows the user to specify the qmake executable to be used. By default,
if that option is omitted, the behavior is unchanged (i.e. the tool first
searches for the `qmake` executable and - if this is not successful -
then for either `qmake-qt5` or `qmake-qt4`. If the new option is used,
no search takes place and instead the executable provided is used as-is.
This implements a part of the functionality as discussed in issue #94 .
8 years ago
probonopd
d199bb95b2
Update BUILDING.md
[ci skip]
8 years ago
probonopd
bb39214b0c
Update BUILDING.md
[ci skip]
8 years ago
probonopd
6dd15c61b7
Update tests-ci.sh
8 years ago
probonopd
84f063dc80
For now skip the tests, since we are getting an unexplainable segfault
8 years ago
probonopd
29b51782c6
Do not nest an AppImage inside the AppImage to facilitate --appimage-extract
Closes #107
8 years ago