2017-01-16 12:58:41 +01:00
|
|
|
shared {
|
2015-11-25 11:07:35 +01:00
|
|
|
DEFINES += CPPTOOLS_LIBRARY
|
|
|
|
|
} else {
|
|
|
|
|
DEFINES += CPPTOOLS_STATIC_LIBRARY
|
|
|
|
|
}
|
|
|
|
|
|
2016-01-25 16:38:28 +01:00
|
|
|
HEADERS += \
|
|
|
|
|
$$PWD/cppprojectfile.h \
|
|
|
|
|
$$PWD/senddocumenttracker.h \
|
2016-08-04 15:26:53 +02:00
|
|
|
$$PWD/projectpart.h \
|
2016-11-29 17:32:34 +01:00
|
|
|
$$PWD/compileroptionsbuilder.h \
|
2016-12-05 15:24:09 +01:00
|
|
|
$$PWD/cppprojectfilecategorizer.h \
|
|
|
|
|
$$PWD/projectinfo.h \
|
2017-02-06 16:59:53 +01:00
|
|
|
$$PWD/cppprojectinfogenerator.cpp \
|
2016-12-16 13:10:43 +01:00
|
|
|
$$PWD/cppprojectpartchooser.h \
|
2015-09-28 17:42:43 +02:00
|
|
|
|
2016-01-25 16:38:28 +01:00
|
|
|
SOURCES += \
|
|
|
|
|
$$PWD/cppprojectfile.cpp \
|
2016-08-04 15:26:53 +02:00
|
|
|
$$PWD/senddocumenttracker.cpp \
|
|
|
|
|
$$PWD/projectpart.cpp \
|
2016-11-29 17:32:34 +01:00
|
|
|
$$PWD/compileroptionsbuilder.cpp \
|
2016-12-05 15:24:09 +01:00
|
|
|
$$PWD/cppprojectfilecategorizer.cpp \
|
|
|
|
|
$$PWD/projectinfo.cpp \
|
2017-02-06 16:59:53 +01:00
|
|
|
$$PWD/cppprojectinfogenerator.cpp \
|
2016-12-16 13:10:43 +01:00
|
|
|
$$PWD/cppprojectpartchooser.cpp \
|