forked from qt-creator/qt-creator
Since it's never used for other compilers. Change-Id: I9512692d1dc9f9a701ea2453b7d50005478bed5d Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
26 lines
669 B
Plaintext
26 lines
669 B
Plaintext
shared {
|
|
DEFINES += CPPTOOLS_LIBRARY
|
|
} else {
|
|
DEFINES += CPPTOOLS_STATIC_LIBRARY
|
|
}
|
|
|
|
HEADERS += \
|
|
$$PWD/cppprojectfile.h \
|
|
$$PWD/senddocumenttracker.h \
|
|
$$PWD/projectpart.h \
|
|
$$PWD/compileroptionsbuilder.h \
|
|
$$PWD/cppprojectfilecategorizer.h \
|
|
$$PWD/projectinfo.h \
|
|
$$PWD/cppprojectinfogenerator.cpp \
|
|
$$PWD/cppprojectpartchooser.h \
|
|
|
|
SOURCES += \
|
|
$$PWD/cppprojectfile.cpp \
|
|
$$PWD/senddocumenttracker.cpp \
|
|
$$PWD/projectpart.cpp \
|
|
$$PWD/compileroptionsbuilder.cpp \
|
|
$$PWD/cppprojectfilecategorizer.cpp \
|
|
$$PWD/projectinfo.cpp \
|
|
$$PWD/cppprojectinfogenerator.cpp \
|
|
$$PWD/cppprojectpartchooser.cpp \
|