mirror of
https://github.com/status-im/dotherside.git
synced 2025-02-06 17:53:34 +00:00
Fixed meson build
This commit is contained in:
parent
d1a15a133a
commit
2fe4a312e7
@ -9,7 +9,6 @@ lib_sources = [
|
|||||||
'src/DosQObject.cpp',
|
'src/DosQObject.cpp',
|
||||||
'src/DosQObjectImpl.cpp',
|
'src/DosQObjectImpl.cpp',
|
||||||
'src/DosQQuickImageProvider.cpp',
|
'src/DosQQuickImageProvider.cpp',
|
||||||
'src/OnSlotExecutedHandler.cpp',
|
|
||||||
]
|
]
|
||||||
lib_include_directories = ['include', 'include/Qt']
|
lib_include_directories = ['include', 'include/Qt']
|
||||||
lib_pch = ['../pch/lib_pch.h', '../pch/lib_pch.cpp']
|
lib_pch = ['../pch/lib_pch.h', '../pch/lib_pch.cpp']
|
||||||
@ -21,4 +20,4 @@ lib = shared_library('DOtherSide',
|
|||||||
version: lib_version,
|
version: lib_version,
|
||||||
soversion:0,
|
soversion:0,
|
||||||
cpp_pch: lib_pch
|
cpp_pch: lib_pch
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user