mirror of
https://github.com/status-im/dotherside.git
synced 2025-02-07 02:05:00 +00:00
Fixed meson build
This commit is contained in:
parent
a3b1093789
commit
01e85da75f
@ -1,13 +1,14 @@
|
||||
lib_version = '1.0.0'
|
||||
lib_version = '0.6.3'
|
||||
lib_dependencies = dependency('qt5', modules : ['Core', 'Gui', 'Widgets', 'Quick', 'Qml'])
|
||||
lib_sources = [
|
||||
'src/DOtherSide.cpp',
|
||||
'src/DOtherSideTypesCpp.cpp',
|
||||
'src/DosQAbstractItemModel.cpp',
|
||||
'src/DosQDeclarative.cpp',
|
||||
'src/DosQMetaObject.cpp',
|
||||
'src/DosQObject.cpp',
|
||||
'src/DosQObjectImpl.cpp',
|
||||
'src/DosQDeclarative.cpp',
|
||||
'src/DOtherSide.cpp',
|
||||
'src/DOtherSideTypesCpp.cpp',
|
||||
'src/DosQQuickImageProvider.cpp',
|
||||
'src/OnSlotExecutedHandler.cpp',
|
||||
]
|
||||
lib_include_directories = ['include', 'include/Qt']
|
||||
|
Loading…
x
Reference in New Issue
Block a user