Changeset 138 in tspsg-svn for trunk/tspsg.pro


Ignore:
Timestamp:
Sep 24, 2010, 4:27:46 PM (14 years ago)
Author:
laleppa
Message:

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

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

Legend:

Unmodified
Added
Removed
  • trunk/tspsg.pro

    r137 r138  
    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.