mirror of
https://github.com/status-im/dotherside.git
synced 2025-02-11 12:06:37 +00:00
Fixed compilation with meson build system
This commit is contained in:
parent
035c392e3e
commit
c871df1206
@ -1,7 +1,7 @@
|
||||
lib_version = '1.0.0'
|
||||
lib_dependencies = dependency('qt5', modules : ['Core', 'Widgets', 'Quick', 'Qml'])
|
||||
lib_dependencies = dependency('qt5', modules : ['Core', 'Gui', 'Widgets', 'Quick', 'Qml'])
|
||||
lib_sources = [
|
||||
'src/DosQAbstractListModel.cpp',
|
||||
'src/DosQAbstractItemModel.cpp',
|
||||
'src/DosQMetaObject.cpp',
|
||||
'src/DosQObject.cpp',
|
||||
'src/DosQObjectImpl.cpp',
|
||||
|
@ -1,4 +1,4 @@
|
||||
project('DOtherSide', 'cpp', default_options : ['cpp_std=c++11'])
|
||||
project('DOtherSide', 'cpp', default_options : ['cpp_std=c++14'])
|
||||
|
||||
subdir('lib')
|
||||
subdir('test')
|
||||
|
@ -1,5 +1,5 @@
|
||||
test_dependencies = dependency('qt5', modules : ['Core', 'Widgets', 'Quick', 'Qml', 'Test'])
|
||||
test_sources = 'test_dotherside.cpp'
|
||||
test_dependencies = dependency('qt5', modules : ['Core', 'Gui', 'Widgets', 'Quick', 'Qml', 'Test'])
|
||||
test_sources = ['test_dotherside.cpp', 'MockQAbstractItemModel.cpp', 'MockQObject.cpp']
|
||||
test_resources = 'Resources.qrc'
|
||||
test_include_directories = ['../lib/include', '../lib/include/Qt']
|
||||
test_pch = '../pch/test_pch.h'
|
||||
|
Loading…
x
Reference in New Issue
Block a user