diff options
author | deva <deva> | 2010-06-01 12:58:32 +0000 |
---|---|---|
committer | deva <deva> | 2010-06-01 12:58:32 +0000 |
commit | 74a28aa7125be6a603128ad600c98c4882f3b5c2 (patch) | |
tree | 1a9e4ab74f29d5ff10f2701e4e112f4525c0dcec /client/client.pro | |
parent | 9b9c1e2dd3e5807ff7714b378b03b9ba31f42df7 (diff) |
From new_protocol branch.
Diffstat (limited to 'client/client.pro')
-rw-r--r-- | client/client.pro | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/client/client.pro b/client/client.pro index f6468b4..7db485e 100644 --- a/client/client.pro +++ b/client/client.pro @@ -15,8 +15,7 @@ debug { CONFIG += debug } -VERSION="-1.2.0" -DEFINES+=VERSION=\\\"1.2.0\\\" +DEFINES+=VERSION=\\\"2.0.0-beta1\\\" win32 { LIBPATH += lua/lib @@ -43,6 +42,7 @@ HEADERS += \ messagebox.h \ netcom.h \ resumewidget.h \ + sessions.h \ viewer.h \ widgetbuilder.h \ widgets.h \ @@ -78,6 +78,7 @@ SOURCES += \ messagebox.cc \ netcom.cc \ resumewidget.cc \ + sessions.cc \ viewer.cc \ widgetbuilder.cc \ widgets/common.cc \ @@ -100,16 +101,4 @@ SOURCES += \ widgets/altcombobox.cc \ widgets/metawidget.cc -DISTFILES += \ - icons/add.png \ - icons/arrows.png \ - icons/compressed.png \ - icons/del.png \ - icons/done.png \ - icons/icon.png \ - icons/padlock.png \ - icons/padlock.svg \ - icons/undone.png - - TRANSLATIONS = pracro_dk.ts |