From f78fcc859eedffdb0920888d26daeff20f2273bc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Sun, 12 Aug 2007 21:41:39 +0000 Subject: [PATCH] add QT_NO_KEYWORDS git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19481 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/qmake/support/support.pro | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/development/qmake/support/support.pro b/development/qmake/support/support.pro index 4d6d074e7d..9747c11bde 100644 --- a/development/qmake/support/support.pro +++ b/development/qmake/support/support.pro @@ -3,6 +3,8 @@ include(../config.pri) TARGET = lyxsupport$${DEBUGSUFFIX} +DEFINES += QT_NO_KEYWORDS + QT = core INC += boost @@ -19,6 +21,7 @@ HPP += Package.h HPP += Path.h HPP += RandomAccessList.h HPP += Systemcall.h +HPP += Timeout.h HPP += Translator.h HPP += convert.h HPP += copied_ptr.h @@ -56,6 +59,7 @@ CPP += Forkedcall.cpp CPP += ForkedcallsController.cpp CPP += Path.cpp CPP += Systemcall.cpp +CPP += Timeout.cpp CPP += abort.cpp CPP += chdir.cpp CPP += convert.cpp -- 2.39.2