MixedView/MixedView.pro
author Wesley Thierry <wesleyt@symbian.org>
Tue, 26 Oct 2010 09:48:36 -0700
changeset 6 4c7de3e5789a
parent 2 fa1a8300ce01
child 7 99c3932ca5e6
permissions -rw-r--r--
update the code to elimninate the jumping
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
061910b224a4 Adding mixedview project
Wesley Thierry <wesleyt@symbian.org>
parents:
diff changeset
     1
#-------------------------------------------------
061910b224a4 Adding mixedview project
Wesley Thierry <wesleyt@symbian.org>
parents:
diff changeset
     2
#
061910b224a4 Adding mixedview project
Wesley Thierry <wesleyt@symbian.org>
parents:
diff changeset
     3
# Project created by QtCreator 2010-10-15T08:28:58
061910b224a4 Adding mixedview project
Wesley Thierry <wesleyt@symbian.org>
parents:
diff changeset
     4
#
061910b224a4 Adding mixedview project
Wesley Thierry <wesleyt@symbian.org>
parents:
diff changeset
     5
#-------------------------------------------------
061910b224a4 Adding mixedview project
Wesley Thierry <wesleyt@symbian.org>
parents:
diff changeset
     6
2
fa1a8300ce01 adding MyWebWidget
Wesley Thierry <wesleyt@symbian.org>
parents: 0
diff changeset
     7
QT       += core gui multimedia network
0
061910b224a4 Adding mixedview project
Wesley Thierry <wesleyt@symbian.org>
parents:
diff changeset
     8
061910b224a4 Adding mixedview project
Wesley Thierry <wesleyt@symbian.org>
parents:
diff changeset
     9
TARGET = MixedView
061910b224a4 Adding mixedview project
Wesley Thierry <wesleyt@symbian.org>
parents:
diff changeset
    10
TEMPLATE = app
061910b224a4 Adding mixedview project
Wesley Thierry <wesleyt@symbian.org>
parents:
diff changeset
    11
061910b224a4 Adding mixedview project
Wesley Thierry <wesleyt@symbian.org>
parents:
diff changeset
    12
061910b224a4 Adding mixedview project
Wesley Thierry <wesleyt@symbian.org>
parents:
diff changeset
    13
SOURCES += main.cpp\
061910b224a4 Adding mixedview project
Wesley Thierry <wesleyt@symbian.org>
parents:
diff changeset
    14
        mainwindow.cpp
061910b224a4 Adding mixedview project
Wesley Thierry <wesleyt@symbian.org>
parents:
diff changeset
    15
061910b224a4 Adding mixedview project
Wesley Thierry <wesleyt@symbian.org>
parents:
diff changeset
    16
HEADERS  += mainwindow.h
061910b224a4 Adding mixedview project
Wesley Thierry <wesleyt@symbian.org>
parents:
diff changeset
    17
061910b224a4 Adding mixedview project
Wesley Thierry <wesleyt@symbian.org>
parents:
diff changeset
    18
FORMS    += mainwindow.ui
061910b224a4 Adding mixedview project
Wesley Thierry <wesleyt@symbian.org>
parents:
diff changeset
    19
2
fa1a8300ce01 adding MyWebWidget
Wesley Thierry <wesleyt@symbian.org>
parents: 0
diff changeset
    20
INCLUDEPATH+=../../../src/network ../../../src/sensors ../../src/multimedia ../../src/multimedia/audio
0
061910b224a4 Adding mixedview project
Wesley Thierry <wesleyt@symbian.org>
parents:
diff changeset
    21
061910b224a4 Adding mixedview project
Wesley Thierry <wesleyt@symbian.org>
parents:
diff changeset
    22
061910b224a4 Adding mixedview project
Wesley Thierry <wesleyt@symbian.org>
parents:
diff changeset
    23
CONFIG += mobility
061910b224a4 Adding mixedview project
Wesley Thierry <wesleyt@symbian.org>
parents:
diff changeset
    24
MOBILITY += contacts messaging systeminfo sensors multimedia
061910b224a4 Adding mixedview project
Wesley Thierry <wesleyt@symbian.org>
parents:
diff changeset
    25
061910b224a4 Adding mixedview project
Wesley Thierry <wesleyt@symbian.org>
parents:
diff changeset
    26
symbian {
061910b224a4 Adding mixedview project
Wesley Thierry <wesleyt@symbian.org>
parents:
diff changeset
    27
    TARGET.UID3 = 0xe4cef592
061910b224a4 Adding mixedview project
Wesley Thierry <wesleyt@symbian.org>
parents:
diff changeset
    28
    LIBS += -lcone -leikcore -lavkon
6
4c7de3e5789a update the code to elimninate the jumping
Wesley Thierry <wesleyt@symbian.org>
parents: 2
diff changeset
    29
    TARGET.CAPABILITY += LocalServices ReadUserData WriteUserData NetworkServices UserEnvironment Location ReadDeviceData
0
061910b224a4 Adding mixedview project
Wesley Thierry <wesleyt@symbian.org>
parents:
diff changeset
    30
    TARGET.EPOCSTACKSIZE = 0x14000
2
fa1a8300ce01 adding MyWebWidget
Wesley Thierry <wesleyt@symbian.org>
parents: 0
diff changeset
    31
    TARGET.EPOCHEAPSIZE = 0x020000 0x10000000
0
061910b224a4 Adding mixedview project
Wesley Thierry <wesleyt@symbian.org>
parents:
diff changeset
    32
}
061910b224a4 Adding mixedview project
Wesley Thierry <wesleyt@symbian.org>
parents:
diff changeset
    33
2
fa1a8300ce01 adding MyWebWidget
Wesley Thierry <wesleyt@symbian.org>
parents: 0
diff changeset
    34
RESOURCES += resources.qrc