Changeset 94cd045fad in tspsg for tspsg.pro


Ignore:
Timestamp:
May 2, 2010, 12:51:20 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:
7bb19df196
Parents:
2bbe924ad8
git-author:
Oleksii Serdiuk <contacts@…> (05/02/10 12:51:20)
git-committer:
Oleksii Serdiuk <contacts@…> (06/29/12 19:41:43)
Message:

+ Started adding a toolbar customization with the ude of QtToolbarDialog? (http://qt.nokia.com/products/appdev/add-on-products/catalog/4/Widgets/qttoolbardialog/).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tspsg.pro

    r2bbe924ad8 r94cd045fad  
    3535#REVISION = 100
    3636REVISION = $$system(svnversion)
     37REVISION = $$replace(REVISION,":","")
    3738REVISION = $$replace(REVISION,"M","")
    38 VERSION = $$sprintf("%1.%2.%3.%4",$$BUILD_VERSION_MAJOR,$$BUILD_VERSION_MINOR,$$BUILD_RELEASE,$$REVISION)
     39#VERSION = $$sprintf("%1.%2.%3.%4",$$BUILD_VERSION_MAJOR,$$BUILD_VERSION_MINOR,$$BUILD_RELEASE,$$REVISION)
     40win32-msvc* {
     41        VERSION = $$sprintf("%1.%2",$$BUILD_VERSION_MAJOR,$$BUILD_VERSION_MINOR)
     42} else {
     43        VERSION = $$sprintf("%1.%2.%3.%4",$$BUILD_VERSION_MAJOR,$$BUILD_VERSION_MINOR,$$BUILD_RELEASE,$$REVISION)
     44}
    3945
    4046DEFINES += BUILD_VERSION_MAJOR=$$BUILD_VERSION_MAJOR \
     
    7682UI_DIR = ./tmp
    7783
     84# Include 3rd party libraries
     85include(src/3rdparty/qttoolbardialog-2.2_1-opensource/src/qttoolbardialog.pri)
     86
    7887# Include file(s)
    7988include(tspsg.pri)
Note: See TracChangeset for help on using the changeset viewer.