Changeset 317ba0432e in tspsg for tspsg.pro


Ignore:
Timestamp:
Apr 19, 2010, 10:33:02 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:
b574c383b7
Parents:
a23f4c292f
git-author:
Oleksii Serdiuk <contacts@…> (04/19/10 22:33:02)
git-committer:
Oleksii Serdiuk <contacts@…> (06/29/12 19:41:27)
Message:
  • Improved the solution output generation algorithm. Now it works directly with QTextDocument instead of "feeding" it with HTML. Thanks to this the solution output generation is now about 1.65 times faster.
  • Added .txt extension to ChangeLog?, INSTALL and README files to simplify opening these files in Windows.
  • Made a small improvement to Settings Dialog to follow the current application palette.
  • Output text color if not set is now determmined based on the current application palette.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tspsg.pro

    ra23f4c292f r317ba0432e  
    1818BUILD_VERSION_MAJOR = 0
    1919BUILD_VERSION_MINOR = 1
    20 BUILD_RELEASE = 2
     20BUILD_RELEASE = 3
    2121
    2222# These are only defined on releases
    23 DEFINES += TSPSG_RELEASE_BUILD
    24 !symbian {
    25         DEFINES += BUILD_STATUS="\"(alpha 2)\""
    26 } else {
    27         # Symbian doesn't handle spaces in defines well
    28         DEFINES += BUILD_STATUS="(alpha2)"
    29 }
     23#DEFINES += TSPSG_RELEASE_BUILD
     24#!symbian {
     25#      DEFINES += BUILD_STATUS="\"(alpha 2)\""
     26#} else {
     27#      # Symbian doesn't handle spaces in defines well
     28#      DEFINES += BUILD_STATUS="(alpha2)"
     29#}
    3030
    31 #REVISION = $$system(svnversion)
    32 #REVISION = $$replace(REVISION,"M","")
    33 REVISION = 100
     31#REVISION = 100
     32REVISION = $$system(svnversion)
     33REVISION = $$replace(REVISION,"M","")
    3434VERSION = $$sprintf("%1.%2.%3.%4",$$BUILD_VERSION_MAJOR,$$BUILD_VERSION_MINOR,$$BUILD_RELEASE,$$REVISION)
    3535
     
    6262        DESTDIR = debug
    6363        DEFINES += DEBUG
     64#       CONFIG += console
    6465        D = d
    6566}
     
    7879l10n.files = l10n/*.qm
    7980#share.files =
    80 docs.files = COPYING README
     81docs.files = COPYING README.txt
    8182INSTALLS += target l10n share docs
    8283
     
    156157        docs.sources = $$docs.files
    157158        docs.pkg_prerules = \
    158                 "\"README\" - \"\", FILETEXT, TEXTCONTINUE" \
     159                "\"README.txt\" - \"\", FILETEXT, TEXTCONTINUE" \
    159160                "\"COPYING\" - \"\", FILETEXT, TEXTEXIT"
    160161        DEPLOYMENT += share l10n docs
Note: See TracChangeset for help on using the changeset viewer.