Updated AUTHORS file

Fix compilation in release mode
This commit is contained in:
Christophe Dumez 2010-06-09 10:06:42 +00:00
parent b9394f2ba2
commit 789b2cf326
2 changed files with 3 additions and 1 deletions

View file

@ -12,7 +12,7 @@ Contributors:
Code from other projects: Code from other projects:
* files src/qtsingleapp/* * files src/qtsingleapp/*
copyright: Qt Software (Nokia) copyright: Nokia Corporation
license: LGPL license: LGPL
* files src/ico.cpp src/ico.h * files src/ico.cpp src/ico.h

View file

@ -59,6 +59,8 @@ static PProcessIdToSessionId pProcessIdToSessionId = 0;
#include <time.h> #include <time.h>
#endif #endif
#include <QtDebug>
namespace QtLP_Private { namespace QtLP_Private {
#include "qtlockedfile.cpp" #include "qtlockedfile.cpp"
#if defined(Q_OS_WIN) #if defined(Q_OS_WIN)