Change the conanfile
Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
project('daw-exp ', 'cpp')
|
||||
qt6 = import('qt6')
|
||||
|
||||
qt_dep = dependency('qt6', modules: ['Core', 'Widgets'])
|
||||
exe = executable('myapp', 'src/main.cpp',
|
||||
dependencies: [qt_dep],
|
||||
jack_dep = dependency('jack', required : true)
|
||||
|
||||
executable('daw-project', 'src/main.cpp',
|
||||
dependencies: [qt_dep, jack_dep],
|
||||
install: true)
|
||||
|
||||
Reference in New Issue
Block a user