Skip to content
Snippets Groups Projects
Commit cc281837 authored by yanmorin's avatar yanmorin
Browse files

Remove QT4 include path
Add qfile.h for IO_WriteOnly definition
parent 14411841
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@
*/
#include "globals.h"
#include <qfile.h>
#include "DebugOutputImpl.hpp"
DebugOutputImpl::DebugOutputImpl()
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment