Changeset 356169a3d3 in tspsg for tspsg.pro


Ignore:
Timestamp:
Jul 11, 2012, 6:46:48 PM (12 years ago)
Author:
Oleksii Serdiuk
Branches:
appveyor, imgbot, master, readme
Children:
ff8d0488a0
Parents:
c90b437dd8
Message:

Updated code to become compilable with Qt 5.

Compiling with Qt 4 is still possible and it will be the main platform
for TSPSG releases until first Qt 5 release is made.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tspsg.pro

    rc90b437dd8 r356169a3d3  
    1515} else {
    1616    DEFINES += NOSVG
     17}
     18
     19greaterThan(QT_MAJOR_VERSION, 4) {
     20    QT += printsupport concurrent
    1721}
    1822
Note: See TracChangeset for help on using the changeset viewer.