summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen/oxygen.pro
authorcniehaus <cniehaus>2002-09-16 22:18:13 (UTC)
committer cniehaus <cniehaus>2002-09-16 22:18:13 (UTC)
commit4ed76b385054144663500e7a145d2644620973f5 (patch) (side-by-side diff)
tree90969f4449306da4ae98bf16c833b446d3b41886 /noncore/apps/oxygen/oxygen.pro
parent154ef04f6d74044a750ec89c14f3521b0602e795 (diff)
downloadopie-4ed76b385054144663500e7a145d2644620973f5.zip
opie-4ed76b385054144663500e7a145d2644620973f5.tar.gz
opie-4ed76b385054144663500e7a145d2644620973f5.tar.bz2
mmh, tried to derive QTableItem. Didn't work. Now my QTable-subclass isn't
working either... Will have a look tomorrow
Diffstat (limited to 'noncore/apps/oxygen/oxygen.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/oxygen/oxygen.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/noncore/apps/oxygen/oxygen.pro b/noncore/apps/oxygen/oxygen.pro
index 7736a97..1bbeb94 100644
--- a/noncore/apps/oxygen/oxygen.pro
+++ b/noncore/apps/oxygen/oxygen.pro
@@ -4,6 +4,7 @@ HEADERS = oxygen.h \
kmolcalc.h \
kmolelements.h \
calcdlgui.h \
+ dataTable.h \
datawidgetui.h
SOURCES = main.cpp \
@@ -11,12 +12,12 @@ SOURCES = main.cpp \
kmolcalc.cpp \
calcdlgui.cpp \
kmolelements.cpp \
+ dataTable.cpp \
datawidgetui.cpp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
-INTERFACES = calcdlg.ui \
- datawidget.ui
+INTERFACES = calcdlg.ui
TARGET = oxygen
DESTDIR = $(OPIEDIR)/bin