From 74a28aa7125be6a603128ad600c98c4882f3b5c2 Mon Sep 17 00:00:00 2001 From: deva Date: Tue, 1 Jun 2010 12:58:32 +0000 Subject: From new_protocol branch. --- client/client.pro | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) (limited to 'client/client.pro') 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 -- cgit v1.2.3