Changeset a713b103e8 in tspsg for resources


Ignore:
Timestamp:
Sep 10, 2010, 7:49:32 PM (14 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
cac8759dba
Parents:
2a436ea693
git-author:
Oleksii Serdiuk <contacts@…> (09/10/10 19:49:32)
git-committer:
Oleksii Serdiuk <contacts@…> (06/29/12 19:45:57)
Message:
  • TSPSG now compiles when QtConcurrent? is not available (QT_NO_CONCURRENT is set).
  • Don't set non-existent icons under Windows Mobile.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • resources/tspsg.rc

    r2a436ea693 ra713b103e8  
    4444        BEGIN
    4545//            VALUE "Comments", VERSIONID
     46            VALUE "ProductName", "TSP Solver and Generator"
     47            VALUE "ProductVersion", BUILD_VERSION
    4648            VALUE "CompanyName", "Oleksii ""Lёppa"" Serdiuk"
    4749            VALUE "FileDescription", "TSPSG: TSP Solver and Generator"
     
    4951            VALUE "InternalName", "TSPSG"
    5052            VALUE "LegalCopyright", "Copyright © 2007-2010 Oleksii ""Lёppa"" Serdiuk <contacts[at]oleksii[dot]name>"
     53#ifdef QT_NO_DEBUG
    5154            VALUE "OriginalFilename", "tspsg.exe"
    52             VALUE "ProductName", "TSPSG: TSP Solver and Generator"
    53             VALUE "ProductVersion", BUILD_VERSION
    54 #if defined(_DEBUG) || defined(DEBUG)
     55#else
     56            VALUE "OriginalFilename", "tspsgd.exe"
     57#endif
     58#ifndef QT_NO_DEBUG
    5559            VALUE "PrivateBuild", "Debug development build"
    5660#elif BUILD_NUMBER == 65535
Note: See TracChangeset for help on using the changeset viewer.