aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorHolger Schroeder <holger.schroeder.ext@basyskom.de>2010-11-23 11:56:08 +0100
committerHolger Schroeder <holger.schroeder.ext@basyskom.de>2010-11-23 11:57:30 +0100
commit3ce070e9b378e8ee420aa6634aec0aeb94b38cca (patch)
treebcbc48c3eb90dff5065f25969c244e8589d678ca /tools
parent3c966aa88cc225a010047566fbde9c8f3c3c481f (diff)
Changes: adapt nsi file to changes
RevBy: TrustMe
Diffstat (limited to 'tools')
-rw-r--r--tools/widgetsgallery.nsi11
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/widgetsgallery.nsi b/tools/widgetsgallery.nsi
index 49683628..e7b8693c 100644
--- a/tools/widgetsgallery.nsi
+++ b/tools/widgetsgallery.nsi
@@ -53,17 +53,6 @@ Section "MainSection" SEC01
; dui files
File /r "..\..\inst\*.*"
- ; qt files
- SetOutPath "$INSTDIR\bin"
- File "..\..\qtlibs\libgcc_s_dw2-1.dll"
- File "..\..\qtlibs\QtCored4.dll"
- File "..\..\qtlibs\QtGuid4.dll"
- File "..\..\qtlibs\QtNetworkd4.dll"
- File "..\..\qtlibs\QtOpenGLd4.dll"
- File "..\..\qtlibs\QtSvgd4.dll"
- File "..\..\qtlibs\QtXmld4.dll"
- File "..\..\qtlibs\mingwm10.dll"
-
CreateDirectory "$SMPROGRAMS\Widgets Gallery"
CreateShortCut "$SMPROGRAMS\Widgets Gallery\Widgets Gallery.lnk" "$INSTDIR\bin\widgetsgallery.exe"
CreateShortCut "$DESKTOP\Widgets Gallery.lnk" "$INSTDIR\bin\widgetsgallery.exe"