Installer: Fix path to gui executable.

This commit is contained in:
Kimmo Varis 2010-02-27 20:59:20 +02:00
parent 3575f2ec20
commit 7b0a4ad9f2
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<?endif ?>
<?define CliBuildDir = "..\Build\release" ?>
<?define GuiBuildDir = "..\gui\release" ?>
<?define GuiBuildDir = "..\Build\gui" ?>
<?define ManualDir = "..\man" ?>
<?define QtDllDir = "..\..\runtimes" ?>
<?define CrtMergeModule = "$(env.CommonProgramFiles)\Merge Modules\Microsoft_VC90_CRT_x86.msm" ?>