From 9ba04742771370f59740e32e11c5f3a1e6a1b70a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 5 Dec 2011 15:55:57 -0600 Subject: Initial TQt conversion --- kjsembed/qjsembed.nsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kjsembed/qjsembed.nsi') 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 -- cgit v1.2.1