##// END OF EJS Templates
Update the git-archive export options...
Update the git-archive export options The .gitattributes, .gitignore, .commit-template files do not need to be present in packaged sources, as they are for people using the Git repository. People who download tarballs usually don't reimport into Git -- they should just download the actual repositories. Meanwhile, the .tag file is quite useful. Instead of making Git extract to the useless SHA-1 of the "$Id$\n" string, ask git-archive to store the SHA-1 of the commit being packaged. Also removing 'tests' and 'tools' directories from the source package. Change-Id: I6823bad4ee4a5a666532e972a66da075856d5fee Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>

File last commit:

r1697:b1c06caff815
r2621:c07b1a694b3b
Show More
piechart.pri
26 lines | 614 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/qpieseries.cpp \
$$PWD/piesliceitem.cpp \
$$PWD/piechartitem.cpp \
$$PWD/qpieslice.cpp \
$$PWD/qpiemodelmapper.cpp \
$$PWD/qvpiemodelmapper.cpp \
$$PWD/qhpiemodelmapper.cpp
PRIVATE_HEADERS += \
$$PWD/pieslicedata_p.h \
$$PWD/piechartitem_p.h \
$$PWD/piesliceitem_p.h \
$$PWD/qpieslice_p.h \
$$PWD/qpieseries_p.h \
$$PWD/qpiemodelmapper_p.h
PUBLIC_HEADERS += \
$$PWD/qpieseries.h \
$$PWD/qpieslice.h \
$$PWD/qpiemodelmapper.h \
$$PWD/qvpiemodelmapper.h \
$$PWD/qhpiemodelmapper.h