Skip to content

Commit

Permalink
Created new installer with latest Qt 5.2.1 code
Browse files Browse the repository at this point in the history
  • Loading branch information
mugunth committed May 1, 2014
1 parent 4ea184d commit 3f88988
Show file tree
Hide file tree
Showing 16 changed files with 13 additions and 252 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
build-ekalappai-Desktop*
build-ekhook-Desktop*
ekhook/Debug/*
ekhook/Release/*
ekhook/ekhook/*
*.user
*.user
ekhook/ekhook.pro.*
247 changes: 0 additions & 247 deletions ekhook/ekhook.pro.user

This file was deleted.

Binary file added installer/app/Qt5Core.dll
Binary file not shown.
Binary file added installer/app/Qt5Gui.dll
Binary file not shown.
Binary file added installer/app/Qt5Widgets.dll
Binary file not shown.
Binary file removed installer/app/QtCore4.dll
Binary file not shown.
Binary file removed installer/app/QtGui4.dll
Binary file not shown.
Binary file modified installer/app/ekalappai.exe
Binary file not shown.
Binary file modified installer/app/ekhook.dll
Binary file not shown.
Binary file added installer/app/icudt51.dll
Binary file not shown.
Binary file added installer/app/icuin51.dll
Binary file not shown.
Binary file added installer/app/icuuc51.dll
Binary file not shown.
Binary file added installer/app/libgcc_s_dw2-1.dll
Binary file not shown.
Binary file added installer/app/libstdc++-6.dll
Binary file not shown.
Binary file added installer/app/libwinpthread-1.dll
Binary file not shown.
14 changes: 10 additions & 4 deletions installer/ekalappai-installer-script.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,15 @@ SetOutPath "$INSTDIR"
#Installed files list
File "app\ekalappai.exe"
File "app\ekhook.dll"
File "app\QtCore4.dll"
File "app\QtGui4.dll"
File "app\icudt51.dll"
File "app\icuin51.dll"
File "app\icuuc51.dll"
File "app\libgcc_s_dw2-1.dll"
File "app\libstdc++-6.dll"
File "app\libwinpthread-1.dll"
File "app\Qt5Core.dll"
File "app\Qt5Gui.dll"
File "app\Qt5Widgets.dll"
File "app\eksettings.ini"

SetOutPath "$INSTDIR\keyboards"
Expand Down Expand Up @@ -85,8 +92,7 @@ SetShellVarContext all
Delete "$INSTDIR\ekuninstall.exe"
Delete "$INSTDIR\ekalappai.exe"
Delete "$INSTDIR\ekhook.dll"
Delete "$INSTDIR\QtCore4.dll"
Delete "$INSTDIR\QtGui4.dll"
Delete "$INSTDIR\*.dll"
Delete "$INSTDIR\install.log"
Delete "$INSTDIR\eksettings.ini"
Delete "$INSTDIR\keyboards\*.in"
Expand Down

0 comments on commit 3f88988

Please sign in to comment.