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
2017-03-17 17:50:58 +01:00
À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.
2017-03-17 17:41:28 +01:00
À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.
2017-03-16 12:04:09 +01:00
À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.
2017-03-16 11:56:08 +01:00
probonopd
fc571daf7b
Always use qtToBeBundledInfo.value("QT_INSTALL_QML ")
2017-03-12 18:38:17 +01:00
probonopd
1d265dc78a
Add UEFITool
...
[ci skip]
2017-03-09 19:00:01 +01:00
probonopd
c21b17174d
it2.fileInfo().isFile()
2017-03-07 00:44:28 +01:00
probonopd
12f43f60d1
Check isFile in order not to find usr/share/appname
...
https://travis-ci.org/probonopd/QOwnNotes/builds/208396925
2017-03-07 00:29:41 +01:00
probonopd
9359693d9f
Do not exit because this could be a script that patchelf can't work on
2017-03-02 21:21:20 +01:00
probonopd
b3072213a3
Merge pull request #86 from uwehermann/compiler_warnings
...
Fix two compiler warnings.
2017-03-02 08:00:47 +01:00
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)
^~~~~~~~~~
2017-03-01 19:48:11 +01:00
probonopd
3a18286bb0
Merge pull request #85 from uwehermann/typos
...
README.md: Fix two typos.
2017-03-01 17:49:34 +01:00
Uwe Hermann
acda87b929
README.md: Fix two typos.
2017-03-01 12:47:43 +01:00
probonopd
ae2ddde50e
Trigger rebuild
2017-02-27 19:46:31 +01:00
probonopd
e7c13e99ad
Also generate .DirIcon
2017-02-27 19:05:22 +01:00
probonopd
99cde6bf77
Copy the icon in place in case it is not there
2017-02-27 19:00:05 +01:00
probonopd
5b68f3af59
Warn about systm Qt when encountering Qt in /usr
2017-02-27 09:35:39 +01:00
probonopd
b830f1f8cd
Beginnings of icon copying
2017-02-27 09:20:55 +01:00
probonopd
cdbc4a3a7f
Use linuxdeployqt.desktop to exercise this part of the code, too
2017-02-27 08:53:55 +01:00
probonopd
0914660bc2
Adjust usage statement
2017-02-27 08:44:57 +01:00
probonopd
65426098ac
Fix build
2017-02-27 08:43:43 +01:00
probonopd
50ac681433
Refine logic to search the binary from the Exec= entry
2017-02-27 08:35:57 +01:00
probonopd
3894cf17a8
Refine where to search for the executable defined in the Exec= key
2017-02-27 08:14:22 +01:00
probonopd
4b84a870e6
Copy desktop file into place
2017-02-27 07:32:50 +01:00
probonopd
9f8fc7981c
Beginnings of support for a desktop file as the input
2017-02-27 07:18:29 +01:00
probonopd
ac3eb6bf35
Add FastQT
...
[ci skip]
2017-02-26 20:58:37 +01:00
probonopd
566f92cd15
Add sqlitebrowser
...
[ci skip]
2017-02-26 15:21:40 +01:00
probonopd
48934125da
Link GitHub Issues
...
[ci skip]
2017-02-26 13:15:38 +01:00
probonopd
285de96b01
Move parts to BUILDING.md
...
[ci skip]
2017-02-26 13:14:42 +01:00
probonopd
a4d9eba26a
Create BUILDING.md
...
[ci skip]
2017-02-26 13:12:19 +01:00
probonopd
5c80e2ee70
Add tumblr-downloader-client
...
[ci skip]
2017-02-26 13:05:58 +01:00
probonopd
edd73507eb
Update README.md
...
[ci skip]
2017-02-26 00:11:09 +01:00
probonopd
6eef8dc3e7
Update README.md
...
[ci skip]
2017-02-25 01:46:46 +01:00
probonopd
c48ce01ef1
Test bundling the sample Qt WebEngine Application
2017-02-20 19:13:24 +01:00
probonopd
ed6540ae43
Add qt58webengine for tests
...
[ci skip]
2017-02-20 19:13:21 +01:00
probonopd
b41466bedf
Delete file
...
[ci skip]
2017-02-20 19:10:05 +01:00
probonopd
965ce16cdc
Add files via upload
2017-02-20 19:09:45 +01:00
probonopd
2aae688c86
Create file
2017-02-20 19:09:29 +01:00
probonopd
eae604d254
Set qt_plugpath=plugins
...
As per https://github.com/probonopd/linuxdeployqt/issues/75#issuecomment-280962215
2017-02-20 01:25:09 +01:00
probonopd
b32682ba8e
Set qt_plugpath to ../plugins in an effort to solve #75
2017-02-20 00:38:06 +01:00
probonopd
3aca9d5c9b
Clear qt_plugpath which may exist and may be set to /usr/... in distro Qt packages
2017-02-19 23:43:06 +01:00
probonopd
b4d8f4245d
Sleep longer
2017-02-19 14:56:28 +01:00
probonopd
4b2c81ff84
Workaround for: https://github.com/probonopd/linuxdeployqt/issues/25
2017-02-19 14:41:07 +01:00
probonopd
b5f6c4cb54
ldd nonfhs/QtQuickControls2Application
2017-02-19 14:34:29 +01:00
probonopd
eb3a4f2959
Do not delete files, reduce sleep to 5
2017-02-19 14:30:07 +01:00
probonopd
552653faba
Add qt58declarative, which is needed for the tests
2017-02-19 14:25:26 +01:00
probonopd
3346b044cd
Only upload after success
2017-02-19 14:22:43 +01:00
probonopd
ea4f511342
Reorganize tests
2017-02-19 14:21:23 +01:00
probonopd
d570e15c20
Add QtQuickControls2Application test
2017-02-19 14:10:12 +01:00
probonopd
7adb7cc292
Add explicit {}
2017-02-19 14:01:46 +01:00