probonopd
e8ea2c94a5
Fix for PrivateWidgets not being deployed, closes #113
16f2176b15
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
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
probonopd
cc66407204
Update tests-environment.sh
[ci skip]
8 years ago
probonopd
4ec6a18986
labpowerqt
[ci skip]
8 years ago
probonopd
18e4e38540
Update README.md
8 years ago
probonopd
5f2d450c50
Update README.md
[ci skip]
8 years ago
probonopd
ea673893db
Stop on ldd not found errors; use qmake-qt5 if needed
Closes #101
8 years ago
probonopd
3848993c42
sudo not needed for local make install?
[ci skip]
8 years ago
probonopd
5fe2c8abd4
No need to be root when installing locally?
[ci skip]
8 years ago
probonopd
bace185665
See whether this makes any difference for setting the rpath of plugins
8 years ago
probonopd
7904b3ce19
trigger rebuild
8 years ago
probonopd
b71bd4d587
Deploy libraries in QML imports
8 years ago
probonopd
57799ed9d3
glabels-qt
[ci skip]
8 years ago
probonopd
67774737a8
Update README.md
[ci skip]
8 years ago
probonopd
d4862201da
DESTDIR
[ci skip]
8 years ago
probonopd
4d5b4690f2
Update README.md
[ci skip]
8 years ago
probonopd
8f87719a32
Revert move, not sure if it makes a difference
8 years ago
probonopd
e00472f2d8
Update README.md
[ci skip]
8 years ago
probonopd
5f3b45bb2a
Update README.md
8 years ago
probonopd
6e8bdab10f
Only copy to .DirIcon if it does not exist yet
8 years ago
probonopd
038ea01bdc
Add NeoTheFox/RepRaptor
[ci skip]
8 years ago
probonopd
8e95f095dc
Remove non-working code
8 years ago
probonopd
6926e89d15
Workaround for OBS builds
8 years ago
probonopd
2897666c50
Add verbosity concerning non-properly deployed libs
8 years ago
probonopd
60725dec9a
Fix string patching
8 years ago
probonopd
8acc1cb3d9
Patch hardcoded paths for Arch Linux Qt
Partially addresses https://github.com/probonopd/linuxdeployqt/issues/98
8 years ago
probonopd
a8515d1bda
Patch all qt_* strings in libQt5Core.so that exist ( #97 )
Closes https://github.com/probonopd/linuxdeployqt/issues/79
8 years ago
probonopd
edf48fd228
https://github.com/electronpass/electronpass-desktop
[ci skip]
8 years ago
probonopd
c8fb47f246
Add lirios/browser
[ci skip]
8 years ago
probonopd
d9423640f7
Add FeedTheMonkey
[ci skip]
8 years ago
probonopd
af8d32bb8f
Also exclude libnssutil3.so
As per https://github.com/lirios/browser/issues/44#issuecomment-287635212
8 years ago
Àlex Fiestas
4c33c5ed97
Make running the tests like in travis-ci easier ( #92 )
* Move testing logic from travis.yml to tests-ci.sh script
This way we can share this logic between travis CI and other systems
like for example a docker container.
* Move logic to create a testing environment to tests-environment.sh
As with the logic to execute the tests, this way we can share this logic
with other systems to tests linuxdeployqt.
* Install Qt also in tests-environment.sh
No reason to keep it separate from the rest as far as I know
* Wait until the X server is up and running
Otherwise we get into a racy situation.
* Add Dockerfile to create a testing container
This container tries to emulate the environment we have in travis-ci,
this way we can test whatever is failing on the CI locally.
8 years ago
probonopd
585f487180
Merge pull request #91 from afiestas/master
Remove or replace all uses of qmlImportsPath by qtToBeBundledInfo and exclude /usr/local from distro shipped Qt
8 years ago
Àlex Fiestas
0fea9e03d2
Fix a typo in "QT_INSTALL_QML" key usage (removing extra space)
The key with a space at the end does not seem to exists neither in my
testing environment (container reproducing current travis.yml file) nor
on my main system.
8 years ago
Àlex Fiestas
a1a4923ba3
Exclude /usr/local from being detected as "Distribution Qt"
/usr/local is the canonical place to put self built applications and
libraries so it should be exlucded from the logic to detect distribution
shipped Qt.
8 years ago
Àlex Fiestas
ac9e9db2d0
Remove or replace all uses of qmlImportsPath by qtToBeBundledInfo
It seems that the removal of qmlImportsPath was half-done and there were
still some uses of it around.
8 years ago