-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGalview.pro
More file actions
42 lines (34 loc) · 768 Bytes
/
Galview.pro
File metadata and controls
42 lines (34 loc) · 768 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#-------------------------------------------------
#
# Project created by QtCreator 2011-01-24T16:09:05
#
#-------------------------------------------------
QT += core gui
TARGET = Galview
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
galfile.cpp \
chipplotter.cpp \
spotgraphicsitem.cpp \
blockgraphicsitem.cpp \
spot.cpp \
block.cpp \
chipview.cpp
HEADERS += mainwindow.h \
galfile.h \
chipplotter.h \
spotgraphicsitem.h \
blockgraphicsitem.h \
spot.h \
block.h \
chipview.h
FORMS += mainwindow.ui
CONFIG += mobility
MOBILITY =
symbian {
TARGET.UID3 = 0xec4cceee
# TARGET.CAPABILITY +=
TARGET.EPOCSTACKSIZE = 0x14000
TARGET.EPOCHEAPSIZE = 0x020000 0x800000
}