Commit Graph

52 Commits

Author SHA1 Message Date
Uwe Rathmann 6ae153b28b centralizing cmake settings 2023-03-29 15:11:51 +02:00
Uwe Rathmann 502cc5e9b1 Merge branch 'cmake' of https://github.com/vrcomputing/qskinny into cmake 2023-03-08 09:25:06 +01:00
Peter Hartmann 6c1c04c7be CI: Update current version from 6.3 to 6.4
Resolves #239
2022-12-22 08:18:45 +01:00
Rick Vogel dbf8cf65db use explicit cmake patch version version 2022-12-21 16:07:16 +01:00
Rick Vogel d82a050b15 try use cmake 3.16 on windows 2022-12-21 15:38:26 +01:00
Rick Vogel 647a9e2e80 using find_package QT 2022-12-20 15:23:59 +01:00
Rick Vogel 1e06a7aef2 populate cmake prefix path 2022-12-20 14:21:29 +01:00
Rick Vogel 3414b2b802 remove comments 2022-12-19 14:15:17 +01:00
Rick Vogel 3f88b9134b fix missing display environment 2022-12-16 17:20:09 +01:00
Rick Vogel fc4d029549 try use config variable 2022-12-16 16:46:36 +01:00
Rick Vogel 944e07603e try resolve screenshot filename from env file 2022-12-16 16:23:30 +01:00
Rick Vogel 3ece304182 fix invalid characters in screenshot filename 2022-12-16 16:02:45 +01:00
Rick Vogel b8f202f1f2 add macos and ubuntu; renamed screenshot filenames 2022-12-16 15:32:48 +01:00
Rick Vogel 2cc84750f0 next try 2022-12-16 14:33:13 +01:00
Rick Vogel 872611620e nexyt try to fix smoke test 2022-12-16 14:20:55 +01:00
Rick Vogel b7135c4243 try fix environment 2022-12-16 14:04:13 +01:00
Rick Vogel 8103562b11 add smoke test for windows 2022-12-16 13:48:45 +01:00
Rick Vogel 8d627c8288 use absolute install path for qskinny 2022-11-18 15:24:18 +01:00
Rick Vogel ad1710d61a Fix install directory and type 2022-11-18 14:18:32 +01:00
Rick Vogel ff3ffb4bc1 removed qtpositioning from qt modules 2022-11-18 14:02:24 +01:00
Rick Vogel 061daaebe0 add integration test; install headers; matrix paths 2022-11-18 13:59:10 +01:00
Rick Vogel 92a475f335 pkg_check_modules hunspell and pinyin 2022-11-03 16:48:04 +01:00
Rick Vogel fe345a7c79 add display environment variable 2022-11-02 09:18:23 +01:00
Rick Vogel b27bfe6f02 install libxkbcommon-dev 2022-10-31 15:51:20 +01:00
Rick Vogel 9beaa2ed58 fix dependency rules 2022-10-31 15:42:05 +01:00
Rick Vogel 8b7f82d1c0 manually fix prefix path 2022-10-31 15:37:58 +01:00
Rick Vogel 60d7b27333 change order of arguments 2022-10-31 15:28:25 +01:00
Rick Vogel d7694bc977 define CMAKE_PREFIX_PATH 2022-10-31 15:21:43 +01:00
Rick Vogel 747e9e9459 unify config naming 2022-10-31 12:00:33 +01:00
Rick Vogel 5af88cb767 add qt6 for all platforms 2022-10-31 11:48:41 +01:00
Rick Vogel b37a812445 added qt6 config 2022-10-31 11:39:26 +01:00
Rick Vogel 365d09f108 remove ambigous step 2022-10-31 11:27:49 +01:00
Rick Vogel 74118fd425 removed mingw; add platform delegate step 2022-10-31 11:20:32 +01:00
vrcomputing 553db796b7
add macos clang and wingw cmake paths 2022-10-31 09:03:39 +01:00
Rick Vogel e2c4ffeb22 add gcc qt cmake dir 2022-10-30 17:12:10 +01:00
Rick Vogel 9837fe333a fix missing newline 2022-10-28 14:47:10 +02:00
Rick Vogel 06518c03ae try extending config variables 2022-10-28 14:39:50 +02:00
Rick Vogel ae3b6f13e6 using qt dir from environment variable 2022-10-28 14:27:03 +02:00
Rick Vogel bd2a106b06 extend manual trigger 2022-10-28 14:18:37 +02:00
Rick Vogel 2b69ba4bef upgrade to jurplel/install-qt-action@v3 2022-10-28 14:11:33 +02:00
Rick Vogel 4b6d6d1bf6 enable manual workflow 2022-10-28 13:39:13 +02:00
Rick Vogel 37b67d29a3 try build vs2019 and Qt5 2022-10-28 13:32:53 +02:00
vrcomputing f6ad56c359
enable cmake action for specific branch 2022-10-28 12:56:25 +02:00
Rick Vogel 380ae19fc0 add github actions build matrix for cmake 2022-10-17 22:05:14 +02:00
Peter Hartmann e954fb8aa1
CI: Use the native backends on Windows also for Qt 6 (#194)
Resolves #164
2022-06-06 07:06:07 +02:00
Peter Hartmann 10050af5b9
CI: Use OpenGL backend on Windows (#190)
We currently don't support the D3D11 backend, since we rely on
OpenGL functionality when rendering textures, see e.g.
qskCreateTextureRaster().
2022-05-04 08:49:39 +02:00
Peter Hartmann 0663b2febd
CI: Also give Windows apps a start size (#189)
Apparently they need that just like on MacOS
2022-05-03 09:15:09 +02:00
Peter Hartmann 0e6522a4af
CI: Add smoke testing (#186) 2022-04-22 07:31:49 +02:00
Peter Hartmann da85f3f644
CI system: Add builds for Qt LTS (6.2) and the current Qt version (6.3) (#184)
* CI system: Add Windows version to output

* CI system: Also build for Qt LTS version (currently 6.2)

* CI system: Also build for current Qt version (currently 6.3)

Resolves #180
2022-04-19 16:07:37 +02:00
Peter Hartmann eb771f8328
CI: Add MacOS build (#178) 2022-04-13 21:07:00 +02:00