Re: [cmake-developers] QtAutogen: Patches to allow empty .qrc files

2016-09-30 Thread Sebastian Holtermann
Am 30.09.2016 um 16:17 schrieb Brad King: On 09/30/2016 05:38 AM, Sebastian Holtermann wrote: Here are some small patches that fix the issue and add a test case. Thanks. I've applied the patches with minor tweaks: QtAutogen: Allow .qrc files that do not contain any file reference

Re: [cmake-developers] QtAutogen: Patches to allow empty .qrc files

2016-09-30 Thread Brad King
On 09/30/2016 05:38 AM, Sebastian Holtermann wrote: > Here are some small patches that fix the issue and add a test case. Thanks. I've applied the patches with minor tweaks: QtAutogen: Allow .qrc files that do not contain any file reference

Re: [cmake-developers] CPack [WiX] Customizations of individual features/components

2016-09-30 Thread Nils Gladitz
On 09/30/2016 08:43 AM, Roman Wüger wrote: Hello, I want to customize some with CPack generated *.wxs files. For example: directories.wxs is generated with only the TARGET_DIR. TARGETDIR (no underscore) is always the one and only root-directory element [1]. How can I add an additional

[cmake-developers] CPack [WiX] Customizations of individual features/components

2016-09-30 Thread Roman Wüger
Hello, I want to customize some with CPack generated *.wxs files. For example: directories.wxs is generated with only the TARGET_DIR. How can I add an additional directory in this file and use the newly added directory in the components (features.wxs)? I read about CPACK_WIX_PATCH_FILE.