summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-sheet/opie-sheet.pro
blob: d0beb93b5a798fa2dc538041e66033e414fd98f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
CONFIG        = qt warn_on  quick-app
HEADERS       = mainwindow.h \
                sheet.h \
                cellformat.h \
                finddlg.h \
                numberdlg.h \
                sortdlg.h \
                textdlg.h \
                Excel.h
SOURCES       = main.cpp \
                mainwindow.cpp \
                sheet.cpp \
                cellformat.cpp \
                finddlg.cpp \
                numberdlg.cpp \
                sortdlg.cpp \
                textdlg.cpp \
                Excel.cpp
INCLUDEPATH   += $(OPIEDIR)/include
DEPENDPATH    += $(OPIEDIR)/include
LIBS          += -lqpe -lopiecore2
TARGET        = opie-sheet

include ( $(OPIEDIR)/include.pro )