Seafood/SeafoodTabbed.pro.user
author John Kern <johnk@symbian.org>
Tue, 10 Aug 2010 14:05:55 -0700
changeset 23 51fcdd1558d8
parent 17 cad8819de653
child 34 93c5a58496b6
permissions -rwxr-xr-x
clean up
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3
e6d1a78b6db9 wip - start of an example for my forthcoming presentation
John Kern <johnk@symbian.org>
parents:
diff changeset
     1
<!DOCTYPE QtCreatorProject>
e6d1a78b6db9 wip - start of an example for my forthcoming presentation
John Kern <johnk@symbian.org>
parents:
diff changeset
     2
<qtcreator>
e6d1a78b6db9 wip - start of an example for my forthcoming presentation
John Kern <johnk@symbian.org>
parents:
diff changeset
     3
 <data>
17
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
     4
  <variable>RunConfiguration0-BaseEnvironmentBase</variable>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
     5
  <value type="int">2</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
     6
 </data>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
     7
 <data>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
     8
  <variable>RunConfiguration0-CommandLineArguments</variable>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
     9
  <valuelist type="QVariantList"/>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    10
 </data>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    11
 <data>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    12
  <variable>RunConfiguration0-ProFile</variable>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    13
  <value type="QString">SeafoodTabbed.pro</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    14
 </data>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    15
 <data>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    16
  <variable>RunConfiguration0-RunConfiguration.name</variable>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    17
  <value type="QString">SeafoodTabbed</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    18
 </data>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    19
 <data>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    20
  <variable>RunConfiguration0-UseDyldImageSuffix</variable>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    21
  <value type="bool">false</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    22
 </data>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    23
 <data>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    24
  <variable>RunConfiguration0-UseTerminal</variable>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    25
  <value type="bool">false</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    26
 </data>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    27
 <data>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    28
  <variable>RunConfiguration0-UserEnvironmentChanges</variable>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    29
  <valuelist type="QVariantList"/>
3
e6d1a78b6db9 wip - start of an example for my forthcoming presentation
John Kern <johnk@symbian.org>
parents:
diff changeset
    30
 </data>
e6d1a78b6db9 wip - start of an example for my forthcoming presentation
John Kern <johnk@symbian.org>
parents:
diff changeset
    31
 <data>
17
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    32
  <variable>RunConfiguration0-UserSetName</variable>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    33
  <value type="bool">false</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    34
 </data>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    35
 <data>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    36
  <variable>RunConfiguration0-UserSetWorkingDirectory</variable>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    37
  <value type="bool">false</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    38
 </data>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    39
 <data>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    40
  <variable>RunConfiguration0-UserWorkingDirectory</variable>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    41
  <value type="QString"></value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    42
 </data>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    43
 <data>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    44
  <variable>RunConfiguration0-type</variable>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    45
  <value type="QString">Qt4ProjectManager.Qt4RunConfiguration</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    46
 </data>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    47
 <data>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    48
  <variable>activeRunConfiguration</variable>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    49
  <value type="int">0</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    50
 </data>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    51
 <data>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    52
  <variable>activebuildconfiguration</variable>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    53
  <value type="QString">Release</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    54
 </data>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    55
 <data>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    56
  <variable>buildConfiguration-Release</variable>
3
e6d1a78b6db9 wip - start of an example for my forthcoming presentation
John Kern <johnk@symbian.org>
parents:
diff changeset
    57
  <valuemap type="QVariantMap">
17
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    58
   <value key="ProjectExplorer.BuildConfiguration.DisplayName" type="QString">Release</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    59
   <value key="QtVersionId" type="int">5</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    60
   <value key="ToolChain" type="int">6</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    61
   <value key="addQDumper" type=""></value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    62
   <value key="buildConfiguration" type="int">1</value>
3
e6d1a78b6db9 wip - start of an example for my forthcoming presentation
John Kern <johnk@symbian.org>
parents:
diff changeset
    63
  </valuemap>
e6d1a78b6db9 wip - start of an example for my forthcoming presentation
John Kern <johnk@symbian.org>
parents:
diff changeset
    64
 </data>
e6d1a78b6db9 wip - start of an example for my forthcoming presentation
John Kern <johnk@symbian.org>
parents:
diff changeset
    65
 <data>
17
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    66
  <variable>buildconfiguration-Release-buildstep0</variable>
3
e6d1a78b6db9 wip - start of an example for my forthcoming presentation
John Kern <johnk@symbian.org>
parents:
diff changeset
    67
  <valuemap type="QVariantMap">
17
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    68
   <value key="ProjectExplorer.BuildConfiguration.DisplayName" type="QString">Release</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    69
   <valuelist key="abstractProcess.Environment" type="QVariantList">
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    70
    <value type="QString">/M=RVCT22_ASMOPT</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    71
    <value type="QString">ALLUSERSPROFILE=C:\Documents and Settings\All Users</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    72
    <value type="QString">APPDATA=C:\Documents and Settings\johnk\Application Data</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    73
    <value type="QString">ARMLMD_LICENSE_FILE=C:\Symbian\ARM\Licenses\license40.bat</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    74
    <value type="QString">ARMROOT=C:\Symbian\ARM</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    75
    <value type="QString">COMMONPROGRAMFILES=C:\Program Files\Common Files</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    76
    <value type="QString">COMPUTERNAME=PC213502752220</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    77
    <value type="QString">COMSPEC=C:\WINDOWS\system32\cmd.exe</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    78
    <value type="QString">DEFLOGDIR=C:\Documents and Settings\All Users\Application Data\McAfee\DesktopProtection</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    79
    <value type="QString">EPOCDEVICE=S60_5th_Edition_SDK_v1.0:com.nokia.s60</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    80
    <value type="QString">EPOCROOT=\S60\devices\S60_5th_Edition_SDK_v1.0\</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    81
    <value type="QString">FP_NO_HOST_CHECK=NO</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    82
    <value type="QString">HELIUM_HOME=C:\Symbian\Tools\PDT_1.0\helium</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    83
    <value type="QString">HGMERGE="C:\Program Files\WinMerge\WinMergeU.exe"</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    84
    <value type="QString">HOMEDRIVE=C:</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    85
    <value type="QString">HOMEPATH=\Documents and Settings\johnk</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    86
    <value type="QString">LOGONSERVER=\\PC213502752220</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    87
    <value type="QString">MWCSYM2INCLUDES=C:\Symbian\Tools\ADT_1.0\Carbide.c++\x86Build\Symbian_Support\MSL\MSL_C\MSL_Common\Include;C:\Symbian\Tools\ADT_1.0\Carbide.c++\x86Build\Symbian_Support\MSL\MSL_C\MSL_Win32\Include;C:\Symbian\Tools\ADT_1.0\Carbide.c++\x86Build\Symbian_Support\MSL\MSL_C\MSL_X86;C:\Symbian\Tools\ADT_1.0\Carbide.c++\x86Build\Symbian_Support\MSL\MSL_C++\MSL_Common\Include;C:\Symbian\Tools\ADT_1.0\Carbide.c++\x86Build\Symbian_Support\MSL\MSL_Extras\MSL_Common\Include;C:\Symbian\Tools\ADT_1.0\Carbide.c++\x86Build\Symbian_Support\MSL\MSL_Extras\MSL_Win32\Include;C:\Symbian\Tools\ADT_1.0\Carbide.c++\x86Build\Symbian_Support\Win32-x86 Support\Headers\Win32 SDK</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    88
    <value type="QString">MWSYM2LIBRARIES=C:\Symbian\Tools\ADT_1.0\Carbide.c++\x86Build\Symbian_Support\Win32-x86 Support\Libraries\Win32 SDK;C:\Symbian\Tools\ADT_1.0\Carbide.c++\x86Build\Symbian_Support\Runtime\Runtime_x86\Runtime_Win32\Libs</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    89
    <value type="QString">MWSYM2LIBRARYFILES=MSL_All_MSE_Symbian_D.lib;gdi32.lib;user32.lib;kernel32.lib;</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    90
    <value type="QString">NUMBER_OF_PROCESSORS=2</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    91
    <value type="QString">ONLINESERVICES=Online Services</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    92
    <value type="QString">OS=Windows_NT</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    93
    <value type="QString">PATH=C:\Program Files\CSL Arm Toolchain\bin;C:\S60\devices\S60_5th_Edition_SDK_v1.0\epoc32\gcc\bin;C:\S60\devices\S60_5th_Edition_SDK_v1.0\epoc32\tools;C:\Qt\4.6.2\bin;C:\Program Files\PC Connectivity Solution\;C:\Symbian\ARM\bin\win_32-pentium;C:\Symbian\Tools\ADT_1.0\Carbide.c++\x86Build\Symbian_Tools\Command_Line_Tools;C:\Python25\;C:\Perl\bin\;C:\Program Files\Common Files\Symbian\Tools;C:\Program Files\CSL Arm Toolchain\bin;C:\Perl\site\bin;C:\Perl\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\Program Files\ActivIdentity\ActivClient\;C:\Program Files\ATI Technologies\ATI.ACE\Core-Static;C:\Symbian\Tools\ADT_1.0\raptor\bin;C:\Program Files\Mercurial;%EPOCROOT%epoc32\tools;C:\Symbian\Tools\PDT_1.0\;C:\Symbian\Tools\PDT_1.0\cdb;C:\Symbian\Tools\PDT_1.0\CBR tools;C:\Symbian\Tools\PDT_1.0\raptor\bin;C:\Symbian\Tools\PDT_1.0\STAT\stat;C:\Symbian\Tools\PDT_1.0\SVS Test Development;C:\Symbian\Tools\PDT_1.0\Test Driver;C:\Symbian\Tools\PDT_1.0\Use Case Controller\bin;C:\Symbian\Tools\PDT_1.0\Use Case Controller\syncservice\bin;C:\Symbian\Tools\PDT_1.0\Use Case Controller\testdriverservice\bin;C:\Symbian\Tools\PDT_1.0\Use Case Controller;C:\Program Files\Support Tools\;C:\Symbian\ARM\RVCT\Programs\4.0\591\multi1\win_32-pentium;C:\Program Files\yagarto\bin;C:\Program Files\Google\google_appengine\</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    94
    <value type="QString">PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.py;.pyw</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    95
    <value type="QString">PLATFORM=BNB</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    96
    <value type="QString">PROCESSOR_ARCHITECTURE=x86</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    97
    <value type="QString">PROCESSOR_IDENTIFIER=x86 Family 6 Model 23 Stepping 6, GenuineIntel</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    98
    <value type="QString">PROCESSOR_LEVEL=6</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
    99
    <value type="QString">PROCESSOR_REVISION=1706</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   100
    <value type="QString">PROGRAMFILES=C:\Program Files</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   101
    <value type="QString">QTDIR=C:/Qt/4.6.2</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   102
    <value type="QString">RVCT40BIN=C:\Symbian\ARM\RVCT\Programs\4.0\591\multi1\win_32-pentium</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   103
    <value type="QString">RVCT40INC=C:\Symbian\ARM\RVCT\Data\4.0\591\include\windows</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   104
    <value type="QString">RVCT40LIB=C:\Symbian\ARM\RVCT\Data\4.0\591\lib</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   105
    <value type="QString">SBS_HOME=C:\Symbian\Tools\PDT_1.0\raptor</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   106
    <value type="QString">SESSIONNAME=Console</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   107
    <value type="QString">SYSTEMDRIVE=C:</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   108
    <value type="QString">SYSTEMROOT=C:\WINDOWS</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   109
    <value type="QString">TEMP=C:\DOCUME~1\johnk\LOCALS~1\Temp</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   110
    <value type="QString">TMP=C:\DOCUME~1\johnk\LOCALS~1\Temp</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   111
    <value type="QString">USERDOMAIN=PC213502752220</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   112
    <value type="QString">USERNAME=JohnK</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   113
    <value type="QString">USERPROFILE=C:\Documents and Settings\johnk</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   114
    <value type="QString">VSEDEFLOGDIR=C:\Documents and Settings\All Users\Application Data\McAfee\DesktopProtection</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   115
    <value type="QString">WINDIR=C:\WINDOWS</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   116
    <value type="QString">__COMPAT_LAYER=EnableNXShowUI </value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   117
   </valuelist>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   118
   <valuelist key="abstractProcess.arguments" type="QVariantList">
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   119
    <value type="QString">C:/workspace/QtExamples/Seafood/SeafoodTabbed.pro</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   120
    <value type="QString">-spec</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   121
    <value type="QString">symbian-abld</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   122
    <value type="QString">-r</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   123
    <value type="QString">CONFIG+=release</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   124
   </valuelist>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   125
   <value key="abstractProcess.command" type="QString">c:/qt/4.6.2/bin/qmake.exe</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   126
   <value key="abstractProcess.enabled" type="bool">false</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   127
   <value key="abstractProcess.workingDirectory" type="QString">C:/workspace/QtExamples/Seafood</value>
3
e6d1a78b6db9 wip - start of an example for my forthcoming presentation
John Kern <johnk@symbian.org>
parents:
diff changeset
   128
  </valuemap>
e6d1a78b6db9 wip - start of an example for my forthcoming presentation
John Kern <johnk@symbian.org>
parents:
diff changeset
   129
 </data>
e6d1a78b6db9 wip - start of an example for my forthcoming presentation
John Kern <johnk@symbian.org>
parents:
diff changeset
   130
 <data>
17
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   131
  <variable>buildconfiguration-Release-buildstep1</variable>
15
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 14
diff changeset
   132
  <valuemap type="QVariantMap">
17
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   133
   <value key="ProjectExplorer.BuildConfiguration.DisplayName" type="QString">Release</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   134
   <valuelist key="abstractProcess.Environment" type="QVariantList">
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   135
    <value type="QString">/M=RVCT22_ASMOPT</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   136
    <value type="QString">ALLUSERSPROFILE=C:\Documents and Settings\All Users</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   137
    <value type="QString">APPDATA=C:\Documents and Settings\johnk\Application Data</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   138
    <value type="QString">ARMLMD_LICENSE_FILE=C:\Symbian\ARM\Licenses\license40.bat</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   139
    <value type="QString">ARMROOT=C:\Symbian\ARM</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   140
    <value type="QString">COMMONPROGRAMFILES=C:\Program Files\Common Files</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   141
    <value type="QString">COMPUTERNAME=PC213502752220</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   142
    <value type="QString">COMSPEC=C:\WINDOWS\system32\cmd.exe</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   143
    <value type="QString">DEFLOGDIR=C:\Documents and Settings\All Users\Application Data\McAfee\DesktopProtection</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   144
    <value type="QString">EPOCDEVICE=S60_5th_Edition_SDK_v1.0:com.nokia.s60</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   145
    <value type="QString">EPOCROOT=\S60\devices\S60_5th_Edition_SDK_v1.0\</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   146
    <value type="QString">FP_NO_HOST_CHECK=NO</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   147
    <value type="QString">HELIUM_HOME=C:\Symbian\Tools\PDT_1.0\helium</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   148
    <value type="QString">HGMERGE="C:\Program Files\WinMerge\WinMergeU.exe"</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   149
    <value type="QString">HOMEDRIVE=C:</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   150
    <value type="QString">HOMEPATH=\Documents and Settings\johnk</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   151
    <value type="QString">LOGONSERVER=\\PC213502752220</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   152
    <value type="QString">MWCSYM2INCLUDES=C:\Symbian\Tools\ADT_1.0\Carbide.c++\x86Build\Symbian_Support\MSL\MSL_C\MSL_Common\Include;C:\Symbian\Tools\ADT_1.0\Carbide.c++\x86Build\Symbian_Support\MSL\MSL_C\MSL_Win32\Include;C:\Symbian\Tools\ADT_1.0\Carbide.c++\x86Build\Symbian_Support\MSL\MSL_C\MSL_X86;C:\Symbian\Tools\ADT_1.0\Carbide.c++\x86Build\Symbian_Support\MSL\MSL_C++\MSL_Common\Include;C:\Symbian\Tools\ADT_1.0\Carbide.c++\x86Build\Symbian_Support\MSL\MSL_Extras\MSL_Common\Include;C:\Symbian\Tools\ADT_1.0\Carbide.c++\x86Build\Symbian_Support\MSL\MSL_Extras\MSL_Win32\Include;C:\Symbian\Tools\ADT_1.0\Carbide.c++\x86Build\Symbian_Support\Win32-x86 Support\Headers\Win32 SDK</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   153
    <value type="QString">MWSYM2LIBRARIES=C:\Symbian\Tools\ADT_1.0\Carbide.c++\x86Build\Symbian_Support\Win32-x86 Support\Libraries\Win32 SDK;C:\Symbian\Tools\ADT_1.0\Carbide.c++\x86Build\Symbian_Support\Runtime\Runtime_x86\Runtime_Win32\Libs</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   154
    <value type="QString">MWSYM2LIBRARYFILES=MSL_All_MSE_Symbian_D.lib;gdi32.lib;user32.lib;kernel32.lib;</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   155
    <value type="QString">NUMBER_OF_PROCESSORS=2</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   156
    <value type="QString">ONLINESERVICES=Online Services</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   157
    <value type="QString">OS=Windows_NT</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   158
    <value type="QString">PATH=C:\Program Files\CSL Arm Toolchain\bin;C:\S60\devices\S60_5th_Edition_SDK_v1.0\epoc32\gcc\bin;C:\S60\devices\S60_5th_Edition_SDK_v1.0\epoc32\tools;C:\Qt\4.6.2\bin;C:\Program Files\PC Connectivity Solution\;C:\Symbian\ARM\bin\win_32-pentium;C:\Symbian\Tools\ADT_1.0\Carbide.c++\x86Build\Symbian_Tools\Command_Line_Tools;C:\Python25\;C:\Perl\bin\;C:\Program Files\Common Files\Symbian\Tools;C:\Program Files\CSL Arm Toolchain\bin;C:\Perl\site\bin;C:\Perl\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\Program Files\ActivIdentity\ActivClient\;C:\Program Files\ATI Technologies\ATI.ACE\Core-Static;C:\Symbian\Tools\ADT_1.0\raptor\bin;C:\Program Files\Mercurial;%EPOCROOT%epoc32\tools;C:\Symbian\Tools\PDT_1.0\;C:\Symbian\Tools\PDT_1.0\cdb;C:\Symbian\Tools\PDT_1.0\CBR tools;C:\Symbian\Tools\PDT_1.0\raptor\bin;C:\Symbian\Tools\PDT_1.0\STAT\stat;C:\Symbian\Tools\PDT_1.0\SVS Test Development;C:\Symbian\Tools\PDT_1.0\Test Driver;C:\Symbian\Tools\PDT_1.0\Use Case Controller\bin;C:\Symbian\Tools\PDT_1.0\Use Case Controller\syncservice\bin;C:\Symbian\Tools\PDT_1.0\Use Case Controller\testdriverservice\bin;C:\Symbian\Tools\PDT_1.0\Use Case Controller;C:\Program Files\Support Tools\;C:\Symbian\ARM\RVCT\Programs\4.0\591\multi1\win_32-pentium;C:\Program Files\yagarto\bin;C:\Program Files\Google\google_appengine\</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   159
    <value type="QString">PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.py;.pyw</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   160
    <value type="QString">PLATFORM=BNB</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   161
    <value type="QString">PROCESSOR_ARCHITECTURE=x86</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   162
    <value type="QString">PROCESSOR_IDENTIFIER=x86 Family 6 Model 23 Stepping 6, GenuineIntel</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   163
    <value type="QString">PROCESSOR_LEVEL=6</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   164
    <value type="QString">PROCESSOR_REVISION=1706</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   165
    <value type="QString">PROGRAMFILES=C:\Program Files</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   166
    <value type="QString">QTDIR=C:/Qt/4.6.2</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   167
    <value type="QString">RVCT40BIN=C:\Symbian\ARM\RVCT\Programs\4.0\591\multi1\win_32-pentium</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   168
    <value type="QString">RVCT40INC=C:\Symbian\ARM\RVCT\Data\4.0\591\include\windows</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   169
    <value type="QString">RVCT40LIB=C:\Symbian\ARM\RVCT\Data\4.0\591\lib</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   170
    <value type="QString">SBS_HOME=C:\Symbian\Tools\PDT_1.0\raptor</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   171
    <value type="QString">SESSIONNAME=Console</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   172
    <value type="QString">SYSTEMDRIVE=C:</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   173
    <value type="QString">SYSTEMROOT=C:\WINDOWS</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   174
    <value type="QString">TEMP=C:\DOCUME~1\johnk\LOCALS~1\Temp</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   175
    <value type="QString">TMP=C:\DOCUME~1\johnk\LOCALS~1\Temp</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   176
    <value type="QString">USERDOMAIN=PC213502752220</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   177
    <value type="QString">USERNAME=JohnK</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   178
    <value type="QString">USERPROFILE=C:\Documents and Settings\johnk</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   179
    <value type="QString">VSEDEFLOGDIR=C:\Documents and Settings\All Users\Application Data\McAfee\DesktopProtection</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   180
    <value type="QString">WINDIR=C:\WINDOWS</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   181
    <value type="QString">__COMPAT_LAYER=EnableNXShowUI </value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   182
   </valuelist>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   183
   <value key="abstractProcess.IgnoreReturnValue" type="bool">false</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   184
   <valuelist key="abstractProcess.arguments" type="QVariantList">
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   185
    <value type="QString">release-gcce</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   186
    <value type="QString">-w</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   187
   </valuelist>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   188
   <value key="abstractProcess.command" type="QString">C:/S60/devices/S60_5th_Edition_SDK_v1.0/epoc32/tools/make.exe</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   189
   <value key="abstractProcess.enabled" type="bool">true</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   190
   <value key="abstractProcess.workingDirectory" type="QString">C:/workspace/QtExamples/Seafood</value>
15
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 14
diff changeset
   191
  </valuemap>
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 14
diff changeset
   192
 </data>
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 14
diff changeset
   193
 <data>
17
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   194
  <variable>buildconfiguration-Release-cleanstep0</variable>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   195
  <valuemap type="QVariantMap">
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   196
   <value key="ProjectExplorer.BuildConfiguration.DisplayName" type="QString">Release</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   197
   <valuelist key="abstractProcess.Environment" type="QVariantList">
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   198
    <value type="QString">/M=RVCT22_ASMOPT</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   199
    <value type="QString">ALLUSERSPROFILE=C:\Documents and Settings\All Users</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   200
    <value type="QString">APPDATA=C:\Documents and Settings\johnk\Application Data</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   201
    <value type="QString">ARMLMD_LICENSE_FILE=C:\Symbian\ARM\Licenses\license40.bat</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   202
    <value type="QString">ARMROOT=C:\Symbian\ARM</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   203
    <value type="QString">CLIENTNAME=Console</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   204
    <value type="QString">COMMONPROGRAMFILES=C:\Program Files\Common Files</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   205
    <value type="QString">COMPUTERNAME=PC213502752220</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   206
    <value type="QString">COMSPEC=C:\WINDOWS\system32\cmd.exe</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   207
    <value type="QString">DEFLOGDIR=C:\Documents and Settings\All Users\Application Data\McAfee\DesktopProtection</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   208
    <value type="QString">EPOCDEVICE=S60_5th_Edition_SDK_v1.0:com.nokia.s60</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   209
    <value type="QString">EPOCROOT=\S60\devices\S60_5th_Edition_SDK_v1.0\</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   210
    <value type="QString">FP_NO_HOST_CHECK=NO</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   211
    <value type="QString">HELIUM_HOME=C:\Symbian\Tools\PDT_1.0\helium</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   212
    <value type="QString">HGMERGE="C:\Program Files\WinMerge\WinMergeU.exe"</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   213
    <value type="QString">HOMEDRIVE=C:</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   214
    <value type="QString">HOMEPATH=\Documents and Settings\johnk</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   215
    <value type="QString">LOGONSERVER=\\PC213502752220</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   216
    <value type="QString">MWCSYM2INCLUDES=C:\Symbian\Tools\ADT_1.0\Carbide.c++\x86Build\Symbian_Support\MSL\MSL_C\MSL_Common\Include;C:\Symbian\Tools\ADT_1.0\Carbide.c++\x86Build\Symbian_Support\MSL\MSL_C\MSL_Win32\Include;C:\Symbian\Tools\ADT_1.0\Carbide.c++\x86Build\Symbian_Support\MSL\MSL_C\MSL_X86;C:\Symbian\Tools\ADT_1.0\Carbide.c++\x86Build\Symbian_Support\MSL\MSL_C++\MSL_Common\Include;C:\Symbian\Tools\ADT_1.0\Carbide.c++\x86Build\Symbian_Support\MSL\MSL_Extras\MSL_Common\Include;C:\Symbian\Tools\ADT_1.0\Carbide.c++\x86Build\Symbian_Support\MSL\MSL_Extras\MSL_Win32\Include;C:\Symbian\Tools\ADT_1.0\Carbide.c++\x86Build\Symbian_Support\Win32-x86 Support\Headers\Win32 SDK</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   217
    <value type="QString">MWSYM2LIBRARIES=C:\Symbian\Tools\ADT_1.0\Carbide.c++\x86Build\Symbian_Support\Win32-x86 Support\Libraries\Win32 SDK;C:\Symbian\Tools\ADT_1.0\Carbide.c++\x86Build\Symbian_Support\Runtime\Runtime_x86\Runtime_Win32\Libs</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   218
    <value type="QString">MWSYM2LIBRARYFILES=MSL_All_MSE_Symbian_D.lib;gdi32.lib;user32.lib;kernel32.lib;</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   219
    <value type="QString">NUMBER_OF_PROCESSORS=2</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   220
    <value type="QString">ONLINESERVICES=Online Services</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   221
    <value type="QString">OS=Windows_NT</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   222
    <value type="QString">PATH=C:\Program Files\CSL Arm Toolchain\bin;C:\S60\devices\S60_5th_Edition_SDK_v1.0\epoc32\gcc\bin;C:\S60\devices\S60_5th_Edition_SDK_v1.0\epoc32\tools;C:\Qt\4.6.2\bin;C:\Program Files\PC Connectivity Solution\;C:\Symbian\ARM\bin\win_32-pentium;C:\Symbian\Tools\ADT_1.0\Carbide.c++\x86Build\Symbian_Tools\Command_Line_Tools;C:\Python25\;C:\Perl\bin\;C:\Program Files\Common Files\Symbian\Tools;C:\Program Files\CSL Arm Toolchain\bin;C:\Perl\site\bin;C:\Perl\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\Program Files\ActivIdentity\ActivClient\;C:\Program Files\ATI Technologies\ATI.ACE\Core-Static;C:\Symbian\Tools\ADT_1.0\raptor\bin;C:\Program Files\Mercurial;%EPOCROOT%epoc32\tools;C:\Symbian\Tools\PDT_1.0\;C:\Symbian\Tools\PDT_1.0\cdb;C:\Symbian\Tools\PDT_1.0\CBR tools;C:\Symbian\Tools\PDT_1.0\raptor\bin;C:\Symbian\Tools\PDT_1.0\STAT\stat;C:\Symbian\Tools\PDT_1.0\SVS Test Development;C:\Symbian\Tools\PDT_1.0\Test Driver;C:\Symbian\Tools\PDT_1.0\Use Case Controller\bin;C:\Symbian\Tools\PDT_1.0\Use Case Controller\syncservice\bin;C:\Symbian\Tools\PDT_1.0\Use Case Controller\testdriverservice\bin;C:\Symbian\Tools\PDT_1.0\Use Case Controller;C:\Program Files\Support Tools\;C:\Symbian\ARM\RVCT\Programs\4.0\591\multi1\win_32-pentium;C:\Program Files\yagarto\bin;C:\Program Files\Google\google_appengine\</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   223
    <value type="QString">PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.py;.pyw</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   224
    <value type="QString">PLATFORM=BNB</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   225
    <value type="QString">PROCESSOR_ARCHITECTURE=x86</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   226
    <value type="QString">PROCESSOR_IDENTIFIER=x86 Family 6 Model 23 Stepping 6, GenuineIntel</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   227
    <value type="QString">PROCESSOR_LEVEL=6</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   228
    <value type="QString">PROCESSOR_REVISION=1706</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   229
    <value type="QString">PROGRAMFILES=C:\Program Files</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   230
    <value type="QString">QTDIR=C:/Qt/4.6.2</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   231
    <value type="QString">RVCT40BIN=C:\Symbian\ARM\RVCT\Programs\4.0\591\multi1\win_32-pentium</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   232
    <value type="QString">RVCT40INC=C:\Symbian\ARM\RVCT\Data\4.0\591\include\windows</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   233
    <value type="QString">RVCT40LIB=C:\Symbian\ARM\RVCT\Data\4.0\591\lib</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   234
    <value type="QString">SBS_HOME=C:\Symbian\Tools\PDT_1.0\raptor</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   235
    <value type="QString">SESSIONNAME=Console</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   236
    <value type="QString">SYSTEMDRIVE=C:</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   237
    <value type="QString">SYSTEMROOT=C:\WINDOWS</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   238
    <value type="QString">TEMP=C:\DOCUME~1\johnk\LOCALS~1\Temp</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   239
    <value type="QString">TMP=C:\DOCUME~1\johnk\LOCALS~1\Temp</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   240
    <value type="QString">USERDOMAIN=PC213502752220</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   241
    <value type="QString">USERNAME=JohnK</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   242
    <value type="QString">USERPROFILE=C:\Documents and Settings\johnk</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   243
    <value type="QString">VSEDEFLOGDIR=C:\Documents and Settings\All Users\Application Data\McAfee\DesktopProtection</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   244
    <value type="QString">WINDIR=C:\WINDOWS</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   245
    <value type="QString">__COMPAT_LAYER=EnableNXShowUI </value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   246
   </valuelist>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   247
   <value key="abstractProcess.IgnoreReturnValue" type="bool">true</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   248
   <valuelist key="abstractProcess.arguments" type="QVariantList">
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   249
    <value type="QString">clean</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   250
    <value type="QString">-w</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   251
   </valuelist>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   252
   <value key="abstractProcess.command" type="QString">C:/S60/devices/S60_5th_Edition_SDK_v1.0/epoc32/tools/make.exe</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   253
   <value key="abstractProcess.enabled" type="bool">true</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   254
   <value key="abstractProcess.workingDirectory" type="QString">C:/workspace/QtExamples/Seafood</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   255
   <value key="cleanConfig" type="bool">true</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   256
   <valuelist key="makeargs" type="QVariantList">
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   257
    <value type="QString">clean</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   258
   </valuelist>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   259
  </valuemap>
3
e6d1a78b6db9 wip - start of an example for my forthcoming presentation
John Kern <johnk@symbian.org>
parents:
diff changeset
   260
 </data>
e6d1a78b6db9 wip - start of an example for my forthcoming presentation
John Kern <johnk@symbian.org>
parents:
diff changeset
   261
 <data>
17
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   262
  <variable>buildconfigurations</variable>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   263
  <valuelist type="QVariantList">
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   264
   <value type="QString">Release</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   265
  </valuelist>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   266
 </data>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   267
 <data>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   268
  <variable>buildstep0</variable>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   269
  <valuemap type="QVariantMap">
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   270
   <value key="ProjectExplorer.BuildConfiguration.DisplayName" type="QString"></value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   271
   <value key="mkspec" type="QString"></value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   272
  </valuemap>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   273
 </data>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   274
 <data>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   275
  <variable>buildstep1</variable>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   276
  <valuemap type="QVariantMap">
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   277
   <value key="ProjectExplorer.BuildConfiguration.DisplayName" type="QString"></value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   278
  </valuemap>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   279
 </data>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   280
 <data>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   281
  <variable>buildsteps</variable>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   282
  <valuelist type="QVariantList">
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   283
   <value type="QString">trolltech.qt4projectmanager.qmake</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   284
   <value type="QString">trolltech.qt4projectmanager.make</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   285
  </valuelist>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   286
 </data>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   287
 <data>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   288
  <variable>cleanstep0</variable>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   289
  <valuemap type="QVariantMap">
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   290
   <value key="ProjectExplorer.BuildConfiguration.DisplayName" type="QString"></value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   291
   <value key="clean" type="bool">true</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   292
  </valuemap>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   293
 </data>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   294
 <data>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   295
  <variable>cleansteps</variable>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   296
  <valuelist type="QVariantList">
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   297
   <value type="QString">trolltech.qt4projectmanager.make</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   298
  </valuelist>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   299
 </data>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   300
 <data>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   301
  <variable>defaultFileEncoding</variable>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   302
  <value type="QByteArray">System</value>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   303
 </data>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   304
 <data>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   305
  <variable>project</variable>
cad8819de653 adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer
John Kern <johnk@symbian.org>
parents: 16
diff changeset
   306
  <valuemap type="QVariantMap"/>
3
e6d1a78b6db9 wip - start of an example for my forthcoming presentation
John Kern <johnk@symbian.org>
parents:
diff changeset
   307
 </data>
e6d1a78b6db9 wip - start of an example for my forthcoming presentation
John Kern <johnk@symbian.org>
parents:
diff changeset
   308
</qtcreator>