Changeset 799ba1e3f2 in tspsg for tspsg.pro


Ignore:
Timestamp:
Jun 16, 2009, 10:06:53 PM (15 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
aecdf994f9
Parents:
8966f73b3f
Message:

Some .pro file tweaks...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tspsg.pro

    r8966f73b3f r799ba1e3f2  
    2020INCLUDEPATH += .
    2121
     22# Saving all intermediate files to tmp directory.
     23MOC_DIR = ./tmp
     24RCC_DIR = ./tmp
     25UI_DIR = ./tmp
     26
    2227#Include file(s)
    2328include(tspsg.pri)
    2429
     30# For wince: we are deploying to storage card because Qt libraries
     31# (especially debug) are big enough for internal memory.
     32deploy.path = \Storage Card\tspsg
     33DEPLOYMENT += deploy
     34
    2535#Windows resource file
    2636win32:RC_FILE = resources/tspsg.rc
Note: See TracChangeset for help on using the changeset viewer.