probonopd
5df50f332b
No longer generate qt.conf since we use qt_prfxpath now
9 years ago
probonopd
2e6835bc64
Set "qt_prfxpath=." or "qt_prfxpath=..", closes #12
9 years ago
probonopd
792c5cc9d5
Set "qt_prfxpath=." or "qt_prfxpath=../../", closes #12
9 years ago
probonopd
759eb514d2
Mention fpm
9 years ago
probonopd
d533d7a2a7
Update list of projects using linuxdeployqt
[ci skip]
9 years ago
probonopd
1d8f972381
Remove -libpath, closes #51
Was a leftover from macdeployqt and never worked for linuxdeployqt
9 years ago
probonopd
8d2a3942d0
Remove -libpath
[ci skip]
9 years ago
probonopd
342524d2d1
Update shared.cpp
9 years ago
probonopd
8eef3f66be
For now, use -n option for appimagetool, closes #71
9 years ago
probonopd
06401ef196
Merge pull request #73 from LibrePCB/fix_wrong_path
Fix wrong PATH (remove "/usr/bin" suffix)
9 years ago
probonopd
ea042a7135
Merge pull request #74 from LibrePCB/fix_missing_qtconf
Fix failure when creating qt.conf
9 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().
9 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.
9 years ago
probonopd
c01275a7f6
Strip without -x
9 years ago
probonopd
d6ade69163
Update .travis.yml
9 years ago
probonopd
aec73d1bc7
Merge pull request #72 from probonopd/feature/fhs
Merge Feature/fhs
9 years ago
probonopd
cb8cb3053b
Merge branch 'master' into feature/fhs
9 years ago
probonopd
c643d6a509
Do not run strip on files that contain rpath starting with $
Workaround for NixOS/patchelf#10 ?
9 years ago
probonopd
ff61e88162
Do not run strip on files that contain rpath starting with $
Workaround for https://github.com/NixOS/patchelf/issues/10 ?
9 years ago
probonopd
e567ec5282
Update .travis.yml
9 years ago
probonopd
ae53d70f09
Update .travis.yml
9 years ago
probonopd
6df6777931
Use patchelf_0.8.orig.tar.gz as per https://github.com/probonopd/linuxdeployqt/issues/47#issuecomment-279249006
9 years ago
probonopd
b7e6807b27
Merge pull request #69 from LibrePCB/qt52_compatibility
Fix compile error when using Qt5.2
9 years ago
U. Bruhin
453fbfd163
Fix compile error when using Qt5.2
Error message: 'QJsonValue::QJsonValue(const void*)' is private
9 years ago
probonopd
334930bfaa
Merge pull request #62 from atehxx/patch-2
Improve bundling of Qt libs
9 years ago
probonopd
74ca072c7f
Merge pull request #55 from atehxx/patch-1
Change Qt WebEngine resources path, addresses #57
9 years ago
Manio
a680de5b2b
Improve bundling of Qt libs
Workaround for not bundling Qt libs when Qt is installed in /usr/local/Qt...
9 years ago
Manio
959ef98726
Update shared.cpp
Final improvement to Qt WebEngine resources location
9 years ago
Manio
92e02657d9
Update shared.h
Add new function
9 years ago
probonopd
0d1619a91d
Update README.md
[ci skip]
9 years ago
probonopd
15f8501c3e
Update README.md
[ci skip]
9 years ago
probonopd
d16cef0dfc
Update README.md
[ci skip]
9 years ago
probonopd
64a285a464
Additional projects using linuxdeployqt
[ci skip]
9 years ago
probonopd
1c72b5580f
Update README.md
9 years ago
probonopd
a8bba5c421
Qt 5.8
9 years ago
atehxx
97b8ba862b
Update shared.cpp
Fixed few paths to Web Engine resources as where they seem to be in 5.7.1
9 years ago
probonopd
b7374df1b2
Add PatternPaint
[ci skip]
10 years ago
probonopd
42e84d710e
strip linuxdeployqt.AppDir/usr/bin/*
To find out whether patchelf cripples unstripped binaries
10 years ago
probonopd
56c778da22
Do not use FHS-like structure in this branch
10 years ago
probonopd
f210de67ce
Update .travis.yml
10 years ago
probonopd
d062245251
Deploy imageformats
10 years ago
probonopd
4951fd133b
Deploy imageformats
10 years ago
probonopd
6ae2091eb2
Use continuous build of linuxdeployqt and upload to GitHub Releases
10 years ago
probonopd
5c15c45863
make -j2 for Travis CI
[ci skip]
10 years ago
probonopd
db6f23ebf1
opentodolist
[ci skip]
10 years ago
probonopd
445cd67b7d
appimagetool instead of AppImageAssistant
Closes #50
10 years ago
probonopd
6ea1dca273
Update .travis.yml
10 years ago
probonopd
289d7087b7
patchelf from git
10 years ago
probonopd
e0c442aea5
Update .travis.yml
10 years ago
probonopd
c8b651e37f
Update .travis.yml
10 years ago