@@ -13,12 +13,8 qt5test = dependency('qt5', modules : 'Test') | |||||
13 | moc = find_program('moc-qt5','moc') |
|
13 | moc = find_program('moc-qt5','moc') | |
14 | rcc = find_program('rcc-qt5','rcc') |
|
14 | rcc = find_program('rcc-qt5','rcc') | |
15 |
|
15 | |||
16 | subdir('core') |
|
|||
17 | subdir('gui') |
|
|||
18 | subdir('app') |
|
|||
19 | subdir('plugins') |
|
|||
20 |
|
||||
21 | if build_machine.system()=='darwin' |
|
16 | if build_machine.system()=='darwin' | |
|
17 | add_global_link_arguments('-headerpad_max_install_names', language : 'cpp') | |||
22 | install_data('build_cfg/mac/sciqlopLOGO.icns', install_dir : 'Contents/Resources') |
|
18 | install_data('build_cfg/mac/sciqlopLOGO.icns', install_dir : 'Contents/Resources') | |
23 | install_data('build_cfg/mac/Info.plist', install_dir : 'Contents') |
|
19 | install_data('build_cfg/mac/Info.plist', install_dir : 'Contents') | |
24 | meson.add_install_script('build_cfg/mac/install_script.sh') |
|
20 | meson.add_install_script('build_cfg/mac/install_script.sh') | |
@@ -26,6 +22,11 elif host_machine.system()=='windows' | |||||
26 | meson.add_install_script('build_cfg/windows/install_script.sh') |
|
22 | meson.add_install_script('build_cfg/windows/install_script.sh') | |
27 | endif |
|
23 | endif | |
28 |
|
24 | |||
|
25 | subdir('core') | |||
|
26 | subdir('gui') | |||
|
27 | subdir('app') | |||
|
28 | subdir('plugins') | |||
|
29 | ||||
29 | cppcheck = find_program('cppcheck', required : false) |
|
30 | cppcheck = find_program('cppcheck', required : false) | |
30 |
|
31 | |||
31 | if cppcheck.found() |
|
32 | if cppcheck.found() |
General Comments 0
You need to be logged in to leave comments.
Login now