From cc2818375fbf6735689769237a10e4aefa638d94 Mon Sep 17 00:00:00 2001
From: yanmorin <yanmorin>
Date: Wed, 12 Oct 2005 13:42:43 +0000
Subject: [PATCH] Remove QT4 include path Add qfile.h for IO_WriteOnly
 definition

---
 src/gui/official/DebugOutputImpl.cpp | 2 +-
 src/gui/official/sflphone.pro        | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/gui/official/DebugOutputImpl.cpp b/src/gui/official/DebugOutputImpl.cpp
index c276a3bc4a..0fc7e5ec9b 100644
--- a/src/gui/official/DebugOutputImpl.cpp
+++ b/src/gui/official/DebugOutputImpl.cpp
@@ -19,7 +19,7 @@
  */
 
 #include "globals.h"
-
+#include <qfile.h>
 #include "DebugOutputImpl.hpp"
 
 DebugOutputImpl::DebugOutputImpl()
diff --git a/src/gui/official/sflphone.pro b/src/gui/official/sflphone.pro
index 2290ffa40a..f4eb7ddfaf 100644
--- a/src/gui/official/sflphone.pro
+++ b/src/gui/official/sflphone.pro
@@ -5,7 +5,9 @@
 TEMPLATE = app
 TARGET += 
 DEPENDPATH += .
-INCLUDEPATH +=  /usr/lib/qt4/include/Qt/
+INCLUDEPATH += .
+# This line is for qt4:
+# INCLUDEPATH +=  /usr/lib/qt4/include/Qt/
 QT += network qt3support
 #CONFIG += debug 
 
-- 
GitLab