Henner Kollmann
98f537a3a8
Search in the application path for qmake
2017-10-13 13:25:44 +02:00
probonopd
60dea92aff
Do not exclude libselinux.so.1
...
https://github.com/AppImage/AppImages/issues/83
2017-08-20 12:05:01 +02:00
Martin Höher
8c13c97c77
Add test for qmake option
2017-08-11 22:37:47 +02:00
Martin Höher
2cafb878a6
Merge branch 'master' of https://github.com/probonopd/linuxdeployqt
2017-08-11 22:13:08 +02:00
probonopd
9d9192f31b
Attempt to fix "not found" error
2017-07-22 12:54:03 +00:00
probonopd
892964978c
Exit if appDirPath == "/", closes #144
2017-07-07 20:36:48 +02:00
probonopd
4685e33a6e
Do not blacklist libpcre.so.*
...
https://github.com/OpenOrienteering/mapper/pull/898#issuecomment-312454680
2017-07-01 22:46:38 +02:00
probonopd
c96f01bc4a
Libraries missing on openSUSE 42.0
2017-06-28 23:43:32 +02:00
probonopd
18fd602a22
libhcrypto.so.4 missing on openSUSE LEAP 42.0
2017-06-28 23:11:04 +02:00
probonopd
4e3a8bfe83
Cannot assume libkrb5* to be there, it is missing on openSUSE LEAP 42.0
2017-06-28 22:35:31 +02:00
Felix Barz
93ba2f186e
Qt module project structure ( #124 )
...
Refactor the project structure to make it build as a "Qt module". It's a first step to get this tool closer to Qt.
The main advantage here is: Simply running:
```
qmake
make
make install
```
will compile and install the tool into your Qt installation, and make it a part of your Qt just like any other tool (qmake, etc.)
2017-06-19 18:32:52 +02:00