mirror of https://github.com/buggins/dlangui.git
fix DUB projects for examples
This commit is contained in:
parent
53c20f0498
commit
2f7e8f6a0d
|
@ -13,7 +13,13 @@
|
||||||
|
|
||||||
"sourceFiles-windows": ["$PACKAGE_DIR/src/win_app.def"],
|
"sourceFiles-windows": ["$PACKAGE_DIR/src/win_app.def"],
|
||||||
|
|
||||||
|
"versions": ["EmbedStandardResources"],
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dlangui": "*",
|
"dlangui": {"path": "../../"}
|
||||||
|
},
|
||||||
|
|
||||||
|
"subConfigurations": {
|
||||||
|
"dlangui": "minimal"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,12 +9,12 @@
|
||||||
"targetType": "executable",
|
"targetType": "executable",
|
||||||
"targetName": "example1",
|
"targetName": "example1",
|
||||||
|
|
||||||
"versions": ["EmbedStandardResources", "ForceLogs"],
|
|
||||||
|
|
||||||
"stringImportPaths": ["views", "views/res", "views/res/i18n", "views/res/mdpi"],
|
"stringImportPaths": ["views", "views/res", "views/res/i18n", "views/res/mdpi"],
|
||||||
|
|
||||||
"sourceFiles-windows": ["$PACKAGE_DIR/src/win_app.def"],
|
"sourceFiles-windows": ["$PACKAGE_DIR/src/win_app.def"],
|
||||||
|
|
||||||
|
"versions": ["EmbedStandardResources", "ForceLogs"],
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dlangui": {"path": "../../"}
|
"dlangui": {"path": "../../"}
|
||||||
},
|
},
|
||||||
|
|
|
@ -11,7 +11,13 @@
|
||||||
|
|
||||||
"sourceFiles-windows": ["$PACKAGE_DIR/src/win_app.def"],
|
"sourceFiles-windows": ["$PACKAGE_DIR/src/win_app.def"],
|
||||||
|
|
||||||
|
"versions": ["EmbedStandardResources"],
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dlangui": "*",
|
"dlangui": {"path": "../../"}
|
||||||
|
},
|
||||||
|
|
||||||
|
"subConfigurations": {
|
||||||
|
"dlangui": "minimal"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,7 +13,13 @@
|
||||||
|
|
||||||
"sourceFiles-windows": ["$PACKAGE_DIR/src/win_app.def"],
|
"sourceFiles-windows": ["$PACKAGE_DIR/src/win_app.def"],
|
||||||
|
|
||||||
|
"versions": ["EmbedStandardResources", "ForceLogs"],
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dlangui": "*"
|
"dlangui": {"path": "../../"}
|
||||||
|
},
|
||||||
|
|
||||||
|
"subConfigurations": {
|
||||||
|
"dlangui": "minimal"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue