Changeset 20 in tspsg-svn


Ignore:
Timestamp:
Jun 16, 2009, 10:06:53 PM (15 years ago)
Author:
laleppa
Message:

Some .pro file tweaks...

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        66*.vcproj*
        77Makefile*
        8 Win32
        9 Windows Mobile*
        108debug
        11 moc_*
        12 qrc_*
        139release
        14 ui_*
         10tmp
  • trunk/tspsg.pro

    r18 r20  
    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.