À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
probonopd
fc571daf7b
Always use qtToBeBundledInfo.value("QT_INSTALL_QML ")
8 years ago
probonopd
1d265dc78a
Add UEFITool
[ci skip]
8 years ago
probonopd
c21b17174d
it2.fileInfo().isFile()
8 years ago
probonopd
12f43f60d1
Check isFile in order not to find usr/share/appname
https://travis-ci.org/probonopd/QOwnNotes/builds/208396925
8 years ago
probonopd
9359693d9f
Do not exit because this could be a script that patchelf can't work on
8 years ago
probonopd
b3072213a3
Merge pull request #86 from uwehermann/compiler_warnings
Fix two compiler warnings.
8 years ago
Uwe Hermann
a6e35bc727
Fix two compiler warnings.
../shared/shared.cpp: In function ‘LibraryInfo parseLddLibraryLine(const QString&, const QString&, const QSet<QString>&)’:
../shared/shared.cpp:220:102: warning: unused parameter ‘rpaths’ [-Wunused-parameter]
LibraryInfo parseLddLibraryLine(const QString &line, const QString &appDirPath, const QSet<QString> &rpaths)
^~~~~~
../shared/shared.cpp: In function ‘void stripAppBinary(const QString&)’:
../shared/shared.cpp:681:36: warning: unused parameter ‘bundlePath’ [-Wunused-parameter]
void stripAppBinary(const QString &bundlePath)
^~~~~~~~~~
8 years ago
probonopd
3a18286bb0
Merge pull request #85 from uwehermann/typos
README.md: Fix two typos.
8 years ago
Uwe Hermann
acda87b929
README.md: Fix two typos.
8 years ago
probonopd
ae2ddde50e
Trigger rebuild
8 years ago
probonopd
e7c13e99ad
Also generate .DirIcon
8 years ago
probonopd
99cde6bf77
Copy the icon in place in case it is not there
8 years ago
probonopd
5b68f3af59
Warn about systm Qt when encountering Qt in /usr
8 years ago
probonopd
b830f1f8cd
Beginnings of icon copying
8 years ago
probonopd
cdbc4a3a7f
Use linuxdeployqt.desktop to exercise this part of the code, too
8 years ago
probonopd
0914660bc2
Adjust usage statement
8 years ago
probonopd
65426098ac
Fix build
8 years ago
probonopd
50ac681433
Refine logic to search the binary from the Exec= entry
8 years ago
probonopd
3894cf17a8
Refine where to search for the executable defined in the Exec= key
8 years ago
probonopd
4b84a870e6
Copy desktop file into place
8 years ago
probonopd
9f8fc7981c
Beginnings of support for a desktop file as the input
8 years ago
probonopd
ac3eb6bf35
Add FastQT
[ci skip]
8 years ago
probonopd
566f92cd15
Add sqlitebrowser
[ci skip]
8 years ago
probonopd
48934125da
Link GitHub Issues
[ci skip]
8 years ago
probonopd
285de96b01
Move parts to BUILDING.md
[ci skip]
8 years ago
probonopd
a4d9eba26a
Create BUILDING.md
[ci skip]
8 years ago
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