windows installer: the qt interface dll is only available on win32

git-svn-id: trunk@12645 -
This commit is contained in:
vincents 2007-10-30 10:31:30 +00:00
parent 236ee9a8bb
commit 6e8f1a8391

View File

@ -52,6 +52,7 @@ Name: associatepp; Description: {code:GetAssociateDesc|.pp}; Types: custom full
Source: {#BuildDir}\*.*; DestDir: {app}; Flags: recursesubdirs
Source: environmentoptions-{#FPCTargetOS}.xml; DestDir: {app}; Flags: onlyifdoesntexist; AfterInstall: UpdateEnvironmentOptions; DestName: environmentoptions.xml
Source: editoroptions.xml; DestDir: {app}; Flags: onlyifdoesntexist
#if FPCTargetOS=="win32"
#if IDEWidgetSet=="qt"
Source: {#QtInfDir}\*.dll; DestDir: {sys}; Flags: sharedfile replacesameversion
#else
@ -60,6 +61,7 @@ Source: {#QtInfDir}\*.dll; DestDir: {sys}; Flags: sharedfile replacesameversion;
#if FPCVersion=="2.2.0"
Source: {#BuildDir}\fpc\{#FPCVersion}\bin\{#FPCFullTarget}\cpp.exe; DestDir: {app}\ide; MinVersion: 1,0
#endif
#endif
[INI]
Filename: {app}\Lazarus Home Page.url; Section: InternetShortcut; Key: URL; String: http://www.lazarus.freepascal.org/