Fixed library.include_dirs property
This commit is contained in:
parent
ef3b6f12cd
commit
bda4987b52
@ -10,5 +10,5 @@ https://github.com/dlbeer/quirc
|
|||||||
|
|
||||||
## Encoder
|
## Encoder
|
||||||
|
|
||||||
https://github.com/nayuki/QR-Code-generator
|
https://github.com/JCash/qrcode
|
||||||
|
|
||||||
|
@ -3,7 +3,6 @@ title = QRCode
|
|||||||
version = 0.1
|
version = 0.1
|
||||||
dependencies = https://github.com/defold/extension-camera/archive/master.zip,https://github.com/andsve/dirtylarry/archive/master.zip
|
dependencies = https://github.com/defold/extension-camera/archive/master.zip,https://github.com/andsve/dirtylarry/archive/master.zip
|
||||||
custom_resources = main/images/defold.png
|
custom_resources = main/images/defold.png
|
||||||
include_dirs = qrcode
|
|
||||||
|
|
||||||
[bootstrap]
|
[bootstrap]
|
||||||
main_collection = /main/main.collectionc
|
main_collection = /main/main.collectionc
|
||||||
@ -21,3 +20,5 @@ scale = 0.02
|
|||||||
[script]
|
[script]
|
||||||
shared_state = 1
|
shared_state = 1
|
||||||
|
|
||||||
|
[library]
|
||||||
|
include_dirs = qrcode
|
Loading…
x
Reference in New Issue
Block a user