Changeset 20 in tspsg-svn
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 6 6 *.vcproj* 7 7 Makefile* 8 Win329 Windows Mobile*10 8 debug 11 moc_*12 qrc_*13 9 release 14 ui_* 10 tmp
-
- Property svn:ignore
-
trunk/tspsg.pro
r18 r20 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.