summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-sheet/opie-sheet.pro
authordrw <drw>2004-02-23 17:15:21 (UTC)
committer drw <drw>2004-02-23 17:15:21 (UTC)
commit11ce1ebba482ce4abd4350024be2b4c5d5b37f5f (patch) (side-by-side diff)
treecaac70199caceaac7532661688eabe8c64cbbab2 /noncore/apps/opie-sheet/opie-sheet.pro
parent2f11aa15eeb70dd8826523597adb8947fdffbaa7 (diff)
downloadopie-11ce1ebba482ce4abd4350024be2b4c5d5b37f5f.zip
opie-11ce1ebba482ce4abd4350024be2b4c5d5b37f5f.tar.gz
opie-11ce1ebba482ce4abd4350024be2b4c5d5b37f5f.tar.bz2
Opie-Sheet: libopie->libopie2
Diffstat (limited to 'noncore/apps/opie-sheet/opie-sheet.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-sheet/opie-sheet.pro14
1 files changed, 7 insertions, 7 deletions
diff --git a/noncore/apps/opie-sheet/opie-sheet.pro b/noncore/apps/opie-sheet/opie-sheet.pro
index 334a221..8d50360 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 release 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
-TARGET = sheetqt
+CONFIG = qt warn_on release 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
include ( $(OPIEDIR)/include.pro )