~polycalc-dev/polycalc/trunk

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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
#-------------------------------------------------
#
# Project created by QtCreator 2012-04-16T13:16:13
#
#-------------------------------------------------

QT       += core gui xml script network

TARGET = polycalc
TEMPLATE = app


SOURCES  += src/main.cpp\
            src/mainwindow.cpp \
            src/pclineedit.cpp \
            src/pcbutton.cpp \
            src/pclabel.cpp \
            src/pcgrid.cpp \
            src/pcscriptengine.cpp \
            src/pcexecscriptengine.cpp \
            src/pcqscriptengine.cpp \
            src/pcstatusbar.cpp \
            src/pcappscript.cpp \
            src/pcmenu.cpp \
            src/pcmenuaction.cpp \
            src/pclayout.cpp \
            src/pcmacro.cpp \
            src/pcconfig.cpp \
    src/pcupdate.cpp

HEADERS  += src/mainwindow.h \
            src/pclineedit.h \
            src/pcbutton.h \
            src/pclabel.h \
            src/pcgrid.h \
            src/pcscriptengine.h \
            src/pcexecscriptengine.h \
            src/pcqscriptengine.h \
            src/pcstatusbar.h \
            src/pcappscript.h \
            src/pcmenu.h \
            src/pcmenuaction.h \
            src/pclayout.h \
            src/pcmacro.h \
            src/pcconfig.h \
    src/pcupdate.h

FORMS    += src/mainwindow.ui

target.path = /usr/bin
INSTALLS += target

data.path = /usr/share/polycalc
data.files = icon/icon.svg icon/icon256.png layouts/basic.cal layouts/scientific.cal
layouts.path = /usr/share/polycalc/layouts
layouts.files = layouts/basic.cal layouts/scientific.cal
INSTALLS += data layouts

win32:RC_FILE = windows/polycalc.rc

OTHER_FILES += \
    layouts/RPG.cal \
    layouts/SzG.cal \
    layouts/scientific.cal \
    layouts/programmer.cal \
    layouts/polycalc.xsd \
    layouts/gnuplot.cal \
    layouts/c_expression.cal \
    layouts/basic-colored.cal