##// END OF EJS Templates
meson WIP
meson WIP

File last commit:

r117:25f6868b4126 0.6
r117:25f6868b4126 0.6
Show More
meson.build
10 lines | 309 B | text/plain | TextLexer
meson WIP
r117 project('SocExplorer','c','cpp')
qt5_mod = import('qt5')
qt5widgets = dependency('qt5', modules: ['Gui'])
qt5printsupport = dependency('qt5', modules: ['PrintSupport'])
qt5network = dependency('qt5', modules: ['Network'])
qt5svg = dependency('qt5', modules: ['Svg'])
pkg = import('pkgconfig')
subdir('src')