-rw-r--r-- | noncore/apps/opie-sheet/opie-sheet.control | 3 | ||||
-rw-r--r-- | noncore/apps/opie-sheet/opie-sheet.pro | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/noncore/apps/opie-sheet/opie-sheet.control b/noncore/apps/opie-sheet/opie-sheet.control index 2ec2274..179ee1e 100644 --- a/noncore/apps/opie-sheet/opie-sheet.control +++ b/noncore/apps/opie-sheet/opie-sheet.control @@ -1,11 +1,12 @@ Package: opie-sheet -Files: plugins/application/libsheetqt.so* bin/sheetqt apps/Applications/opie-sheet.desktop help/en/html/sheetqt.html pics/opie-sheet/*.png +Files: plugins/application/libopie-sheet.so* bin/opie-sheet apps/Applications/opie-sheet.desktop help/en/html/sheetqt.html +pics/opie-sheet/*.png Priority: optional Section: opie/applications Maintainer: Serdar Ozler <sozler@sitebest.com> Architecture: arm Version: $QPE_VERSION$EXTRAVERSION Depends: task-opie-minimal, libopiecore2 License: Public Domain Description: Opie Sheet Spreadsheet software for Opie. diff --git a/noncore/apps/opie-sheet/opie-sheet.pro b/noncore/apps/opie-sheet/opie-sheet.pro index 5c4bc79..ced4daf 100644 --- a/noncore/apps/opie-sheet/opie-sheet.pro +++ b/noncore/apps/opie-sheet/opie-sheet.pro @@ -1,9 +1,9 @@ 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 = sheetqt +TARGET = opie-sheet include ( $(OPIEDIR)/include.pro ) |