fix DUB projects for examples

This commit is contained in:
Vadim Lopatin 2015-11-11 15:24:37 +03:00
parent 53c20f0498
commit 2f7e8f6a0d
4 changed files with 23 additions and 5 deletions

View File

@ -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"
} }
} }

View File

@ -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": "../../"}
}, },

View File

@ -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"
} }
} }

View File

@ -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"
} }
} }