Changeset e2abfd326f in tspsg for src/pch.h


Ignore:
Timestamp:
Mar 12, 2010, 8:28:42 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:
394216e468
Parents:
f19df0a3e5
Message:

+ Translatable About dialog.

  • Improved installation rules in .pro file.
  • Disabled SVG and JPEG support. They aren't needed at this point.
  • Fixed a bug when labels were hardly visible under Windows Vista/7 whith translucency on and a dark background behind the application.
  • Fixed a bug when Main Window area was blank if the application was compiled using Qt < 4.6.0.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/pch.h

    rf19df0a3e5 re2abfd326f  
    2727
    2828#ifdef __cplusplus
    29         // Qt Libraries
    30         #include <QtCore>
    31         #include <QtGui>
    32         #include <QtSvg>
    33 
    34         // Rarely modified parts
    35         #include "version.h"
    36         #include "os.h"
    37         #ifdef Q_OS_WIN32
    38                 #include "qtwin.h"
    39         #endif // Q_OS_WIN32
     29        #include "globals.h"
    4030#endif // __cplusplus
Note: See TracChangeset for help on using the changeset viewer.