summaryrefslogtreecommitdiff
path: root/client/client.pro
diff options
context:
space:
mode:
authordeva <deva>2008-06-16 14:49:55 +0000
committerdeva <deva>2008-06-16 14:49:55 +0000
commit9bdb1cadd2639455a6eab5135fc6ce6955d0def0 (patch)
tree1a0486af6925d3fcec923d582d422f34f3e03d63 /client/client.pro
parent604af960ebd5cc7542c710a0a10338625f81e53d (diff)
Oups - too many closing brackets...
Diffstat (limited to 'client/client.pro')
-rw-r--r--client/client.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/client.pro b/client/client.pro
index 4d4f82d..37a8da1 100644
--- a/client/client.pro
+++ b/client/client.pro
@@ -31,6 +31,7 @@ HEADERS += \
widgets/widget.h \
widgets/label.h \
widgets/lineedit.h \
+ widgets/multilist.h \
widgets/textedit.h \
widgets/pushbutton.h \
widgets/combobox.h \
@@ -51,6 +52,7 @@ SOURCES += \
widgets/widget.cc \
widgets/label.cc \
widgets/lineedit.cc \
+ widgets/multilist.cc \
widgets/textedit.cc \
widgets/pushbutton.cc \
widgets/combobox.cc \