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')