mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
add QT_NO_KEYWORDS
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19481 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
522f352ac0
commit
f78fcc859e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user