15 Commits

Author SHA1 Message Date
f057cc6159 Use CMAKE_AUTORCC 2022-10-31 12:55:21 +03:00
0ab061eb0e back to qt5 again to attempt win ci to work (choco doesn't seem to have qt6 yet) 2022-10-30 18:37:28 +00:00
e22a501aa7 trying removing deps 2022-10-30 11:24:46 +00:00
7a02dcfa3c switched (back) to qt6 2022-10-29 13:49:15 +01:00
fa44d2b4c7 added openmp to cmake 2022-10-29 13:13:16 +01:00
884c8ad91f resources location 2022-10-20 21:12:58 +01:00
af44ac43f0 more cmake qt fiddling 2022-10-14 22:29:25 +01:00
b971435101 cmake qt fiddling 2022-10-14 22:25:38 +01:00
7bc12ac0be cmake build fixes 2022-10-14 22:18:52 +01:00
6471b1e066 Clean up CMakeLists
- Remove redundant libraries
- Change compile definitions to CMake variables
2022-10-12 15:21:51 +02:00
2743caa02a Add portaudio dependency 2022-10-12 14:56:16 +02:00
572d6a127c Add liblo dependency 2022-10-12 14:56:16 +02:00
6aa25397de Add fftw3 dependency 2022-10-12 14:56:16 +02:00
ddf7f8538a Fix CMakeLists syntax
target_compile_options requires the PUBLIC/PRIVATE keyword. I don't know
why the qmake2cmake script doesn't provide the correct syntax here...
2022-10-12 14:56:16 +02:00
1dc55a982c Run qmake2cmake command
Command used:
qmake2cmake_all . --min-qt-version 6.2.4
2022-10-12 14:56:07 +02:00