Changeset 131c5fc3ba in tspsg for tspsg.pro


Ignore:
Timestamp:
Sep 24, 2010, 4:27:46 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:
f5c945d7ac
Parents:
f29549ec20
git-author:
Oleksii Serdiuk <contacts@…> (09/24/10 16:27:46)
git-committer:
Oleksii Serdiuk <contacts@…> (06/29/12 19:45:57)
Message:

+ Added more fonts to font-family css property on export.

  • Graph was slightly cut on export.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tspsg.pro

    rf29549ec20 r131c5fc3ba  
    7070CONFIG(release, debug|release) {
    7171        OBJECTS_DIR = release
    72         DESTDIR = release
    7372        D =
    7473} else {
    7574        OBJECTS_DIR = debug
    76         DESTDIR = debug
    7775        DEFINES += DEBUG
    7876#       CONFIG += console
    7977        D = d
    8078}
     79DESTDIR = bin
    8180TARGET = tspsg$${D}
    8281
    8382# Saving all intermediate files to tmp directory.
    84 MOC_DIR = ./tmp
    85 RCC_DIR = ./tmp
    86 UI_DIR = ./tmp
     83MOC_DIR = tmp
     84RCC_DIR = tmp
     85UI_DIR = tmp
    8786
    8887# Include 3rd party libraries
Note: See TracChangeset for help on using the changeset viewer.