fshstk
cf06a21160
Add Gitlab CI script
2022-10-12 15:22:37 +02:00
fshstk
6471b1e066
Clean up CMakeLists
...
- Remove redundant libraries
- Change compile definitions to CMake variables
2022-10-12 15:21:51 +02:00
fshstk
7d7a7d24a2
Remove Qt .pro file
...
CMakeLists.txt now does everything we need
2022-10-12 14:56:16 +02:00
fshstk
2c1a3692e7
Update building.md
...
- Add info about installing cmake
- Change build instructions from qmake to cmake
- Remove info about installing deps
We don't need to do this anymore. CMake will do it automatically at
configure-time!
2022-10-12 14:56:16 +02:00
fshstk
30e16d80d9
Add libsndfile dependency
2022-10-12 14:56:16 +02:00
fshstk
2743caa02a
Add portaudio dependency
2022-10-12 14:56:16 +02:00
fshstk
572d6a127c
Add liblo dependency
2022-10-12 14:56:16 +02:00
fshstk
6aa25397de
Add fftw3 dependency
2022-10-12 14:56:16 +02:00
fshstk
55e5427ec4
Fix path to .ui files
2022-10-12 14:56:16 +02:00
fshstk
c2e923bcee
Ignore build folder
...
This should cover all files generated by the build system...
2022-10-12 14:56:16 +02:00
fshstk
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
fshstk
1dc55a982c
Run qmake2cmake command
...
Command used:
qmake2cmake_all . --min-qt-version 6.2.4
2022-10-12 14:56:07 +02:00