ericw-tools/lightpreview
Jonathan Linat 39074b8249
CI: Enable Qt5 + lightpreview (#406)
* chore(CI): refine current 'cmake.yml' file content

* chore(CI): enable Qt5 on Linux and macOS

* Appveyor.yml: remove deploy step

we are deploying from GitHub Actions now

* build-linux-64.sh: adjust .zip wildcard

to hopefully not break on PR builds

* build-linux-64.sh: remove fragile unzip/readelf lines

* lightpreview\CMakeLists.txt: only install Qt on Win/Mac

* lightpreview: attempt to fix mac Qt packaging

* lightpreview: apple fixes

* Install qtdbus on macOS

* try alternate dbus module name

* try cmake find_package for dbus

* also find Qt5PrintSupport

* build-osx.sh: remove coreutils install

we don't use sha256sum anymore

* lightpreview/CMakeLists.txt: create .app bundle on macOS

* Update CMakeLists.txt

* build-*: run cpack as part of the build command

on my macOS test system, running cpack separately
is doubling the build time

* cmake: factor out add_loader_path_to_rpath function, apply to all targets

* chore(CI): add steps to re-pack the 'doc' and 'bin' directories

* chore(CI): remove GitHub release-related step (to be re-introduced)

* chore(CI): adjust inflating destination directories

---------

Co-authored-by: Eric Wasylishen <ewasylishen@gmail.com>
2024-01-08 20:16:41 -07:00
..
CMakeLists.txt CI: Enable Qt5 + lightpreview (#406) 2024-01-08 20:16:41 -07:00
glview.cpp lightpreview: comment out some debug spam 2024-01-05 12:30:33 -07:00
glview.h lightpreview: Frustum culling and cull freeze. (#398) 2024-01-05 12:08:21 -07:00
main.cpp lightpreview: enable highdpi support, set larger default window size 2023-10-01 18:47:33 -06:00
mainwindow.cpp lightpreview: Frustum culling and cull freeze. (#398) 2024-01-05 12:08:21 -07:00
mainwindow.h lightpreview: add checkbox for skipping light 2023-11-25 19:24:17 -07:00