2008-12-02 12:01:29 +01:00
|
|
|
TEMPLATE = lib
|
|
|
|
TARGET = CppTools
|
2009-05-08 11:29:56 +02:00
|
|
|
include(../../qtcreatorplugin.pri)
|
2009-10-16 11:44:18 +02:00
|
|
|
include(../../plugins/locator/quickopen.pri)
|
2008-12-02 12:01:29 +01:00
|
|
|
include(cpptools_dependencies.pri)
|
|
|
|
|
2008-11-28 15:36:54 +01:00
|
|
|
# DEFINES += QT_NO_CAST_FROM_ASCII
|
2008-12-02 12:01:29 +01:00
|
|
|
DEFINES += QT_NO_CAST_TO_ASCII
|
|
|
|
INCLUDEPATH += .
|
|
|
|
DEFINES += CPPTOOLS_LIBRARY
|
2009-02-20 11:52:27 +01:00
|
|
|
HEADERS += completionsettingspage.h \
|
2008-11-28 15:36:54 +01:00
|
|
|
cppclassesfilter.h \
|
2009-02-20 11:52:27 +01:00
|
|
|
cppcodecompletion.h \
|
2009-05-14 21:08:08 +02:00
|
|
|
cppcurrentdocumentfilter.h \
|
2008-12-12 16:36:33 +01:00
|
|
|
cppfunctionsfilter.h \
|
2008-12-02 12:01:29 +01:00
|
|
|
cppmodelmanager.h \
|
|
|
|
cppmodelmanagerinterface.h \
|
2009-10-16 10:55:58 +02:00
|
|
|
cpplocatorfilter.h \
|
2009-02-20 11:52:27 +01:00
|
|
|
cpptools_global.h \
|
|
|
|
cpptoolsconstants.h \
|
2008-12-02 12:01:29 +01:00
|
|
|
cpptoolseditorsupport.h \
|
2009-02-20 11:52:27 +01:00
|
|
|
cpptoolsplugin.h \
|
2009-02-20 12:55:01 +01:00
|
|
|
searchsymbols.h \
|
2009-03-18 16:43:01 +01:00
|
|
|
cppdoxygen.h \
|
2009-06-03 10:50:06 +02:00
|
|
|
cppfilesettingspage.h \
|
2009-08-07 13:02:36 +02:00
|
|
|
cppfindreferences.h
|
2009-02-20 11:52:27 +01:00
|
|
|
|
|
|
|
SOURCES += completionsettingspage.cpp \
|
|
|
|
cppclassesfilter.cpp \
|
|
|
|
cppcodecompletion.cpp \
|
2009-05-14 21:08:08 +02:00
|
|
|
cppcurrentdocumentfilter.cpp \
|
2009-02-20 11:52:27 +01:00
|
|
|
cppfunctionsfilter.cpp \
|
|
|
|
cppmodelmanager.cpp \
|
2009-10-16 10:55:58 +02:00
|
|
|
cpplocatorfilter.cpp \
|
2009-02-20 11:52:27 +01:00
|
|
|
cpptoolseditorsupport.cpp \
|
|
|
|
cpptoolsplugin.cpp \
|
2009-02-20 12:55:01 +01:00
|
|
|
searchsymbols.cpp \
|
2009-03-18 16:43:01 +01:00
|
|
|
cppdoxygen.cpp \
|
2009-05-14 14:29:37 +02:00
|
|
|
cppfilesettingspage.cpp \
|
2009-06-03 10:50:06 +02:00
|
|
|
abstracteditorsupport.cpp \
|
2009-08-07 13:02:36 +02:00
|
|
|
cppfindreferences.cpp
|
2009-02-20 11:52:27 +01:00
|
|
|
|
2009-03-18 16:43:01 +01:00
|
|
|
FORMS += completionsettingspage.ui \
|
|
|
|
cppfilesettingspage.ui
|
2009-04-22 15:06:58 +02:00
|
|
|
|
|
|
|
OTHER_FILES += CppTools.pluginspec
|