2010-01-17 19:18:52 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Include>
|
|
|
|
<?ifndef Platform ?> <!-- if platform NOT defined -->
|
|
|
|
<?define Platform = "x86" ?>
|
|
|
|
<?endif ?>
|
|
|
|
|
2011-02-05 22:43:06 +01:00
|
|
|
<?define CliBuildDir = "..\cli\release" ?>
|
2010-02-27 19:59:20 +01:00
|
|
|
<?define GuiBuildDir = "..\Build\gui" ?>
|
2010-09-05 13:15:24 +02:00
|
|
|
<?define TranslationsDir = "..\gui" ?>
|
2010-09-05 12:40:16 +02:00
|
|
|
<?define HelpDir = "..\gui\help" ?>
|
2010-01-17 19:18:52 +01:00
|
|
|
<?define QtDllDir = "..\..\runtimes" ?>
|
|
|
|
<?define CrtMergeModule = "$(env.CommonProgramFiles)\Merge Modules\Microsoft_VC90_CRT_x86.msm" ?>
|
|
|
|
</Include>
|