probonopd
5c80e2ee70
Add tumblr-downloader-client
[ci skip]
8 years ago
probonopd
edd73507eb
Update README.md
[ci skip]
8 years ago
probonopd
6eef8dc3e7
Update README.md
[ci skip]
8 years ago
probonopd
c48ce01ef1
Test bundling the sample Qt WebEngine Application
8 years ago
probonopd
ed6540ae43
Add qt58webengine for tests
[ci skip]
8 years ago
probonopd
b41466bedf
Delete file
[ci skip]
8 years ago
probonopd
965ce16cdc
Add files via upload
8 years ago
probonopd
2aae688c86
Create file
8 years ago
probonopd
eae604d254
Set qt_plugpath=plugins
As per https://github.com/probonopd/linuxdeployqt/issues/75#issuecomment-280962215
8 years ago
probonopd
b32682ba8e
Set qt_plugpath to ../plugins in an effort to solve #75
8 years ago
probonopd
3aca9d5c9b
Clear qt_plugpath which may exist and may be set to /usr/... in distro Qt packages
8 years ago
probonopd
b4d8f4245d
Sleep longer
8 years ago
probonopd
4b2c81ff84
Workaround for: https://github.com/probonopd/linuxdeployqt/issues/25
8 years ago
probonopd
b5f6c4cb54
ldd nonfhs/QtQuickControls2Application
8 years ago
probonopd
eb3a4f2959
Do not delete files, reduce sleep to 5
8 years ago
probonopd
552653faba
Add qt58declarative, which is needed for the tests
8 years ago
probonopd
3346b044cd
Only upload after success
8 years ago
probonopd
ea4f511342
Reorganize tests
8 years ago
probonopd
d570e15c20
Add QtQuickControls2Application test
8 years ago
probonopd
7adb7cc292
Add explicit {}
8 years ago
probonopd
2e5cfae904
Do not hardcode usr/
8 years ago
probonopd
86ce8f84e2
Workaround to deploy Qt diretory to qt/ in FHS-like mode
8 years ago
probonopd
b347eacfea
Add notifications
8 years ago
probonopd
7a9add8f9e
Fix tests
8 years ago
probonopd
45a137db53
unset ENVs set by beineri Qt
8 years ago
probonopd
cf48edd007
Increase verbosity of tests
8 years ago
probonopd
380d296d09
Try to run Qt application using Xpra
8 years ago
probonopd
c933d60c08
Add tests, see #77
8 years ago
probonopd
62bcd3dfe3
Add tests/QtWidgetsApplication
8 years ago
probonopd
a0a3e54851
Fix rpath, set to $ORIGIN/lib/ in non-FHS mode
8 years ago
probonopd
5df50f332b
No longer generate qt.conf since we use qt_prfxpath now
8 years ago
probonopd
2e6835bc64
Set "qt_prfxpath=." or "qt_prfxpath=..", closes #12
8 years ago
probonopd
792c5cc9d5
Set "qt_prfxpath=." or "qt_prfxpath=../../", closes #12
8 years ago
probonopd
759eb514d2
Mention fpm
8 years ago
probonopd
d533d7a2a7
Update list of projects using linuxdeployqt
[ci skip]
8 years ago
probonopd
1d8f972381
Remove -libpath, closes #51
Was a leftover from macdeployqt and never worked for linuxdeployqt
8 years ago
probonopd
8d2a3942d0
Remove -libpath
[ci skip]
8 years ago
probonopd
342524d2d1
Update shared.cpp
8 years ago
probonopd
8eef3f66be
For now, use -n option for appimagetool, closes #71
8 years ago
probonopd
06401ef196
Merge pull request #73 from LibrePCB/fix_wrong_path
Fix wrong PATH (remove "/usr/bin" suffix)
8 years ago
probonopd
ea042a7135
Merge pull request #74 from LibrePCB/fix_missing_qtconf
Fix failure when creating qt.conf
8 years ago
U. Bruhin
acf38544a8
Fix failure when creating qt.conf
The creation of the qt.conf file has failed with following error:
QIODevice::write (QFile, "app.AppDir/opt/bin/app/../qt.conf"): device not open
This was caused by an invalid file path (appending "/../" to a file to
get its parent directory is not allowed). Fixed it by cleaning the path
with QDir::cleanPath().
8 years ago
U. Bruhin
b3b9ec7d85
Fix wrong PATH (remove "/usr/bin" suffix)
That suffix is no longer required because linuxdeployqt itself is now
also located in that directory.
8 years ago
probonopd
c01275a7f6
Strip without -x
8 years ago
probonopd
d6ade69163
Update .travis.yml
8 years ago
probonopd
aec73d1bc7
Merge pull request #72 from probonopd/feature/fhs
Merge Feature/fhs
8 years ago
probonopd
cb8cb3053b
Merge branch 'master' into feature/fhs
8 years ago
probonopd
c643d6a509
Do not run strip on files that contain rpath starting with $
Workaround for NixOS/patchelf#10 ?
8 years ago
probonopd
ff61e88162
Do not run strip on files that contain rpath starting with $
Workaround for https://github.com/NixOS/patchelf/issues/10 ?
8 years ago
probonopd
e567ec5282
Update .travis.yml
8 years ago