2017-01-30 11:24:46 +01:00
|
|
|
shared|dll {
|
|
|
|
|
DEFINES += CLANGPCHMANAGER_LIB
|
|
|
|
|
} else {
|
|
|
|
|
DEFINES += CLANGPCHMANAGER_STATIC_LIB
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
INCLUDEPATH += $$PWD
|
|
|
|
|
|
|
|
|
|
HEADERS += \
|
2019-05-07 16:51:22 +02:00
|
|
|
$$PWD/clangindexingprojectsettings.h \
|
|
|
|
|
$$PWD/clangindexingsettingsmanager.h \
|
2017-01-30 11:24:46 +01:00
|
|
|
$$PWD/pchmanagerclient.h \
|
|
|
|
|
$$PWD/pchmanagernotifierinterface.h \
|
|
|
|
|
$$PWD/pchmanagerconnectionclient.h \
|
|
|
|
|
$$PWD/clangpchmanager_global.h \
|
2019-05-07 16:51:22 +02:00
|
|
|
$$PWD/preprocessormacrocollector.h \
|
2017-08-17 12:44:52 +02:00
|
|
|
$$PWD/projectupdater.h \
|
2018-09-27 17:52:44 +02:00
|
|
|
$$PWD/pchmanagerprojectupdater.h \
|
|
|
|
|
$$PWD/progressmanager.h \
|
|
|
|
|
$$PWD/progressmanagerinterface.h
|
2017-01-30 11:24:46 +01:00
|
|
|
|
|
|
|
|
SOURCES += \
|
2019-05-07 16:51:22 +02:00
|
|
|
$$PWD/clangindexingprojectsettings.cpp \
|
|
|
|
|
$$PWD/clangindexingsettingsmanager.cpp \
|
2017-01-30 11:24:46 +01:00
|
|
|
$$PWD/pchmanagerclient.cpp \
|
|
|
|
|
$$PWD/pchmanagernotifierinterface.cpp \
|
|
|
|
|
$$PWD/pchmanagerconnectionclient.cpp \
|
2019-05-07 16:51:22 +02:00
|
|
|
$$PWD/preprocessormacrocollector.cpp \
|
2017-08-17 12:44:52 +02:00
|
|
|
$$PWD/projectupdater.cpp \
|
2018-03-12 14:08:18 +01:00
|
|
|
$$PWD/pchmanagerprojectupdater.cpp
|