summaryrefslogtreecommitdiffstats
path: root/kjsembed/qjsembed.nsi
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 15:55:57 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 15:55:57 -0600
commit9ba04742771370f59740e32e11c5f3a1e6a1b70a (patch)
treec81c34dae2b3b1ea73801bf18a960265dc4207f7 /kjsembed/qjsembed.nsi
parent1a96c45b22d01378202d9dc7ed9c47acd30f966e (diff)
downloadtdebindings-9ba04742771370f59740e32e11c5f3a1e6a1b70a.tar.gz
tdebindings-9ba04742771370f59740e32e11c5f3a1e6a1b70a.zip
Initial TQt conversion
Diffstat (limited to 'kjsembed/qjsembed.nsi')
-rwxr-xr-xkjsembed/qjsembed.nsi6
1 files changed, 3 insertions, 3 deletions
diff --git a/kjsembed/qjsembed.nsi b/kjsembed/qjsembed.nsi
index 2e61ab5a..7d7e49ab 100755
--- a/kjsembed/qjsembed.nsi
+++ b/kjsembed/qjsembed.nsi
@@ -2,7 +2,7 @@
!define VER_MINOR 0
!define VER_FILE 10
!define VER_DISPLAY "1.0 ${__TIMESTAMP__}"
-!define APP_NAME QJSEmbed
+!define APP_NAME TQJSEmbed
!define APP_NAME_LC qjsembed
@@ -34,7 +34,7 @@ XPStyle on
-Section "${APP_NAME} SDK (Required)" secSDK
+Section "${APP_NAME} SDK (Retquired)" secSDK
SectionIn RO
SetDetailsPrint textonly
DetailPrint "${APP_NAME} static library for embedding into Qt applications."
@@ -99,7 +99,7 @@ Section "${APP_NAME} Runtime" secRuntime
File qjscmd\qjscmd.exe
File qjscmdw\qjscmdw.exe
File stdlib\cmdline.js
- File "$%QTDIR%\bin\qt-mt*.dll"
+ File "$%QTDIR%\bin\tqt-mt*.dll"
SectionEnd
Section "${APP_NAME} Source" secSrc