diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-04 13:01:41 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-04 13:01:41 +0900 |
commit | be01f8c8e3e09a1c71165640ab722df948c4dfbb (patch) | |
tree | 58d900e8952a66580c86f7ae3a9255c1eeac09e9 /doc/html/appicon.html | |
parent | c489c62c1713924c29e560cd2ebd36b006c14a11 (diff) | |
download | tqt3-feat/tqmake.tar.gz tqt3-feat/tqmake.zip |
rename qmake to tqmakefeat/tqmake
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/appicon.html')
-rw-r--r-- | doc/html/appicon.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/appicon.html b/doc/html/appicon.html index 1b66d05b3..f1a6642af 100644 --- a/doc/html/appicon.html +++ b/doc/html/appicon.html @@ -70,7 +70,7 @@ called e.g. "myapp.rc" in which you put a single line of text: IDI_ICON1 ICON DISCARDABLE "myappico.ico" </pre> -<p> Finally, assuming you are using <a href="qmake-manual.html">qmake</a> +<p> Finally, assuming you are using <a href="tqmake-manual.html">tqmake</a> to generate your makefiles, add this line to your "myapp.pro" file: <p> <pre> RC_FILE = myapp.rc @@ -78,7 +78,7 @@ RC_FILE = myapp.rc <p> Regenerate your makefile and your application. The .exe file will now be represented with your icon e.g. in Explorer. -<p> If you do not use <a href="qmake-manual.html">qmake</a>, the necessary +<p> If you do not use <a href="tqmake-manual.html">tqmake</a>, the necessary steps are: first, run the "rc" program on the .rc file, then link your application with the resulting .res file. <p> <h2> Setting the Application Icon on Mac OS X @@ -97,7 +97,7 @@ Developer/Application folder). <em>Icon Composer</em> allows you to import sever different sized icons (for use in different contexts) as well as the masks that go with them. Save the set of icons to a file in your project directory. -<p> If you are using <a href="qmake-manual.html">qmake</a> to generate +<p> If you are using <a href="tqmake-manual.html">tqmake</a> to generate your make files, you only need to add a single line to your <tt>.pro</tt> project file. For example, if the name of your icon file is <tt>myapp.icns</tt>, and your project file is <tt>myapp.pro</tt>, add this line @@ -106,10 +106,10 @@ to <tt>myapp.pro</tt>: RC_FILE = myapp.icns </pre> -This will ensure that <a href="qmake-manual.html">qmake</a> puts your +This will ensure that <a href="tqmake-manual.html">tqmake</a> puts your icons in the proper place and creates an <tt>Info.plist</tt> entry for the icon. -<p> If you do not use <a href="qmake-manual.html">qmake</a>, you must do +<p> If you do not use <a href="tqmake-manual.html">tqmake</a>, you must do the following manually: <ol type=1> <li> Create an Info.plist file for your application (using the |