From 66f5195a899568e0ed3ec5a6a0f80e022f8151b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20Gro=C3=9F?= Date: Wed, 22 Apr 2009 14:53:34 +0200 Subject: [PATCH] fix project file --- qftrans.pro | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/qftrans.pro b/qftrans.pro index b980236..9f025ef 100644 --- a/qftrans.pro +++ b/qftrans.pro @@ -17,6 +17,13 @@ TEMPLATE = app QT += network CONFIG -= release - CONFIG += debug +CODECFORSRC = UTF-8 +CODECFORTR = ISO-8859-1 + +OBJECTS_DIR = build/ +MOC_DIR = build/ + +TARGET = qftrans +