]> git.lyx.org Git - lyx.git/blobdiff - development/qmake/support/support.pro
add QT_NO_KEYWORDS
[lyx.git] / development / qmake / support / support.pro
index 3971cbea5602d45b749767a9fc37350ca3acf10b..9747c11bdede1718752517c6251e153c10e0f659 100644 (file)
@@ -1,6 +1,10 @@
 
 include(../config.pri)
 
+TARGET = lyxsupport$${DEBUGSUFFIX}
+
+DEFINES += QT_NO_KEYWORDS
+
 QT = core
 
 INC += boost
@@ -17,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
@@ -54,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