Changeset 799ba1e3f2 in tspsg for tspsg.pro
- Timestamp:
- Jun 16, 2009, 10:06:53 PM (15 years ago)
- Branches:
- 0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
- Children:
- aecdf994f9
- Parents:
- 8966f73b3f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tspsg.pro
r8966f73b3f r799ba1e3f2 20 20 INCLUDEPATH += . 21 21 22 # Saving all intermediate files to tmp directory. 23 MOC_DIR = ./tmp 24 RCC_DIR = ./tmp 25 UI_DIR = ./tmp 26 22 27 #Include file(s) 23 28 include(tspsg.pri) 24 29 30 # For wince: we are deploying to storage card because Qt libraries 31 # (especially debug) are big enough for internal memory. 32 deploy.path = \Storage Card\tspsg 33 DEPLOYMENT += deploy 34 25 35 #Windows resource file 26 36 win32:RC_FILE = resources/tspsg.rc
Note: See TracChangeset
for help on using the changeset viewer.