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 ?>
|
|
|
|
|
2012-11-03 22:13:01 +01:00
|
|
|
<?define CliBuildDir = "..\bin" ?>
|
|
|
|
<?define GuiBuildDir = "..\bin" ?>
|
2010-09-05 13:15:24 +02:00
|
|
|
<?define TranslationsDir = "..\gui" ?>
|
2010-09-05 12:40:16 +02:00
|
|
|
<?define HelpDir = "..\gui\help" ?>
|
2012-11-03 22:13:01 +01:00
|
|
|
<?define QtDllDir = "..\bin" ?>
|
|
|
|
<?define CrtMergeModule = "$(env.CommonProgramFiles)\Merge Modules\Microsoft_VC100_CRT_x86.msm" ?>
|
2010-01-17 19:18:52 +01:00
|
|
|
</Include>
|