mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 18:30:44 +02:00
windows installer: the qt interface dll is only available on win32
git-svn-id: trunk@12645 -
This commit is contained in:
parent
236ee9a8bb
commit
6e8f1a8391
@ -52,6 +52,7 @@ Name: associatepp; Description: {code:GetAssociateDesc|.pp}; Types: custom full
|
|||||||
Source: {#BuildDir}\*.*; DestDir: {app}; Flags: recursesubdirs
|
Source: {#BuildDir}\*.*; DestDir: {app}; Flags: recursesubdirs
|
||||||
Source: environmentoptions-{#FPCTargetOS}.xml; DestDir: {app}; Flags: onlyifdoesntexist; AfterInstall: UpdateEnvironmentOptions; DestName: environmentoptions.xml
|
Source: environmentoptions-{#FPCTargetOS}.xml; DestDir: {app}; Flags: onlyifdoesntexist; AfterInstall: UpdateEnvironmentOptions; DestName: environmentoptions.xml
|
||||||
Source: editoroptions.xml; DestDir: {app}; Flags: onlyifdoesntexist
|
Source: editoroptions.xml; DestDir: {app}; Flags: onlyifdoesntexist
|
||||||
|
#if FPCTargetOS=="win32"
|
||||||
#if IDEWidgetSet=="qt"
|
#if IDEWidgetSet=="qt"
|
||||||
Source: {#QtInfDir}\*.dll; DestDir: {sys}; Flags: sharedfile replacesameversion
|
Source: {#QtInfDir}\*.dll; DestDir: {sys}; Flags: sharedfile replacesameversion
|
||||||
#else
|
#else
|
||||||
@ -60,6 +61,7 @@ Source: {#QtInfDir}\*.dll; DestDir: {sys}; Flags: sharedfile replacesameversion;
|
|||||||
#if FPCVersion=="2.2.0"
|
#if FPCVersion=="2.2.0"
|
||||||
Source: {#BuildDir}\fpc\{#FPCVersion}\bin\{#FPCFullTarget}\cpp.exe; DestDir: {app}\ide; MinVersion: 1,0
|
Source: {#BuildDir}\fpc\{#FPCVersion}\bin\{#FPCFullTarget}\cpp.exe; DestDir: {app}\ide; MinVersion: 1,0
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
[INI]
|
[INI]
|
||||||
Filename: {app}\Lazarus Home Page.url; Section: InternetShortcut; Key: URL; String: http://www.lazarus.freepascal.org/
|
Filename: {app}\Lazarus Home Page.url; Section: InternetShortcut; Key: URL; String: http://www.lazarus.freepascal.org/
|
||||||
|
Loading…
Reference in New Issue
Block a user