Commit Graph

32 Commits

Author SHA1 Message Date
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 5df50f332b No longer generate qt.conf since we use qt_prfxpath now 2017-02-19 11:42:44 +01:00
probonopd 1d8f972381 Remove -libpath, closes #51
Was a leftover from macdeployqt and never worked for linuxdeployqt
2017-02-18 20:23:48 +01:00
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.
2017-02-16 18:45:03 +01:00
probonopd 05f2f03a88 Continue FHS-like mode 2016-11-19 13:37:52 +01:00
probonopd 6fad088ed3 Started FHS-like mode; not quite working yet 2016-11-19 13:19:01 +01:00
Mikkel Krautz dffeffe966 linuxdeployqt/linuxdeployqt.pro: explicitly state linuxdeployqt's dependency on just QtCore.
Qt installations without QtGui/QtWidgets still include a default
QT variable of 'core gui'.

Explicitlyt setting QT to just 'core' fixes the build on such
configurations.
2016-11-12 10:54:13 +01:00
Thorbjørn Lindeijer f45c7e3156 Improved the way Qt files are located
Using 'qmake -query' to get all information explicitly instead of parsing
the output of 'qmake -v' and deriving binary path, plugin path and QML
path from there.

Fixes #28
Fixes #37
2016-11-04 09:44:39 +01:00
probonopd 66e5386391 Debug exit code 2016-10-23 14:19:41 +02:00
probonopd 5ebc979d11 Debugging exit code 2016-10-23 14:14:33 +02:00
probonopd 78905f35d1 exit(0); 2016-10-23 13:19:07 +02:00
Daniel Chavez e6afac1757 Typo on command line argument 2016-10-17 15:50:47 +02:00
probonopd b1f3506c36 Exit with error code if AppImage generation fails 2016-10-10 19:05:34 +02:00
probonopd 2b2ab688b2 Create an AppImage implies -bundle-non-qt-libs 2016-10-08 17:19:14 +02:00
probonopd 194fe7ab5d Be more explicit about which Qt is going to be deployed 2016-10-08 16:55:20 +02:00
probonopd 331353df02 Try to determine the Qt to be deployed from qmake on the $PATH 2016-10-08 16:40:41 +02:00
probonopd 7154c0031f -bundle-non-qt-libs
[ci skip]
2016-09-14 03:33:51 +02:00
probonopd 1a26c0c347 Allow binaries in the usr/bin subdirectory to be found 2016-09-08 22:06:46 +02:00
probonopd fd65872de3 Allow binaries in the usr/bin subdirectory to be found 2016-09-08 21:52:00 +02:00
probonopd 35a37c5d4c Allow binaries in the usr/bin subdirectory to be found
This is useful for bundling this application itself together with helper binaries such as patchelf
2016-09-08 21:31:22 +02:00
probonopd 71d29040e0 Fix symlink 2016-09-08 20:02:35 +02:00
probonopd 7cbad4869f Fix symlink 2016-09-08 19:52:11 +02:00
probonopd e947ff4941 Make #5 verbose (help wanted) 2016-09-06 20:39:47 +02:00
probonopd 3a0fc27396 Updated copyright header 2016-09-06 02:21:43 +02:00
probonopd bfcd7681da Basic AppImage generation if AppImageAssistant is on the $PATH 2016-09-06 02:00:36 +02:00
probonopd 562c578a9b Remove mentions of debug libraries (a macOS leftover) 2016-09-06 00:49:54 +02:00
probonopd 4ea871fbcb Use AppDir terminology instead of AppBundle (bundle is a macOS term) 2016-09-06 00:06:21 +02:00
probonopd 66ac27099d Attempt at closing #3, reopen if this causes issues 2016-09-05 23:50:27 +02:00
probonopd 48d4c91556 Remove more macOS specific code 2016-09-05 23:42:17 +02:00
probonopd 6325cd4140 Better error handling for strip 2016-09-05 21:32:03 +02:00
probonopd 637ff04fd2 Rename to linuxdeployqt 2016-09-05 17:45:59 +02:00