Fabian
69ff4fe7c2
Merge branch 'upgrade-to-cmake' into 'main'
...
Upgrade build system from qmake to cmake
See merge request then-try-this/samplebrain!11
2022-10-10 11:03:26 +00:00
fshstk
69fee748c7
Remove Qt .pro file
...
CMakeLists.txt now does everything we need
2022-10-10 13:00:22 +02:00
fshstk
bdda87cc16
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-10 13:00:22 +02:00
fshstk
ca7e69f606
Add libsndfile dependency
2022-10-10 13:00:22 +02:00
fshstk
8a6450407b
Add portaudio dependency
2022-10-10 13:00:22 +02:00
fshstk
1c82bb7826
Add liblo dependency
2022-10-10 13:00:22 +02:00
fshstk
8aa91d6638
Add fftw3 dependency
2022-10-10 13:00:22 +02:00
fshstk
46a7e31ab2
Fix path to .ui files
2022-10-10 13:00:22 +02:00
fshstk
c074b6c028
Ignore build folder
...
This should cover all files generated by the build system...
2022-10-10 13:00:22 +02:00
fshstk
0c2af71eb3
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-10 13:00:22 +02:00
fshstk
db65ec8829
Run qmake2cmake command
...
Command used:
qmake2cmake_all . --min-qt-version 5.15
2022-10-10 13:00:10 +02:00