cppcheck/win_installer/config.wxi

13 lines
384 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Include>
<?ifndef Platform ?> <!-- if platform NOT defined -->
<?define Platform = "x86" ?>
<?endif ?>
<?define CliBuildDir = "..\cli\release" ?>
<?define GuiBuildDir = "..\Build\gui" ?>
<?define TranslationsDir = "..\gui" ?>
<?define HelpDir = "..\gui\help" ?>
<?define QtDllDir = "..\..\runtimes" ?>
</Include>