~ubuntu-branches/ubuntu/quantal/qtmobility/quantal

« back to all changes in this revision

Viewing changes to doc/html/sfw-notes-sfw-notes-pro.html

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-11-16 16:18:07 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20101116161807-k2dzt2nyse975r3l
Tags: 1.1.0-0ubuntu1
* New upstream release
* Syncronise with Debian, no remaining changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
    </div>
47
47
    <div id="shortCut">
48
48
      <ul>
49
 
        <li class="shortCut-topleft-inactive"><span><a href="index.html">Mobility 1.1 BETA</a></span></li>
 
49
        <li class="shortCut-topleft-inactive"><span><a href="index.html">Mobility 1.1</a></span></li>
50
50
        <li class="shortCut-topleft-active"><a href="http://doc.qt.nokia.com">ALL VERSIONS        </a></li>
51
51
      </ul>
52
52
     </div>
146
146
 include(../examples.pri)
147
147
 
148
148
 QT += gui
 
149
 CONFIG += mobility
 
150
 MOBILITY = serviceframework
149
151
 
150
 
 # Input
 
152
 RESOURCES += sfwnotes.qrc
151
153
 HEADERS += sfwnotes.h
152
154
 SOURCES += sfwnotes.cpp \
153
155
            main.cpp
154
156
 
155
 
 CONFIG += mobility
156
 
 MOBILITY = serviceframework
157
 
 
158
 
 RESOURCES += sfwnotes.qrc
159
 
 
160
 
 win32 {
 
157
 symbian|maemo*|wince* {
 
158
     FORMS += sfwnotes_mobile.ui
 
159
 }
 
160
 else {
161
161
     FORMS += sfwnotes.ui
162
162
 }
163
163
 
164
 
 unix: {
165
 
     linux-*: {
166
 
         FORMS += sfwnotes.ui
167
 
     }
168
 
 
169
 
     mac: {
170
 
         FORMS += sfwnotes.ui
171
 
     }
172
 
 }
173
 
 
174
164
 mac:CONFIG -= app_bundle
175
165
 
176
166
 symbian {
177
 
     #addFiles.sources = ../../notesmanagerplugin/notesmanagerservice.xml
178
 
     #addFiles.path = xmldata
179
 
     #DEPLOYMENT += addFiles
 
167
     addFiles.sources = ../notesmanagerplugin/notesmanagerservice.xml
 
168
     addFiles.path = xmldata
 
169
     DEPLOYMENT += addFiles
180
170
 
181
 
     #TARGET.CAPABILITY = ALL -TCB
182
 
     #FORMS += sfwnotes.ui #change to sfwnotes_small.ui
 
171
     TARGET.CAPABILITY = ALL -TCB
183
172
 }</pre>
184
173
</div>
185
174
        <!-- /div -->