iamantony / qtcsv

Library for reading and writing csv-files in Qt.
MIT License
265 stars 141 forks source link

improved handling of QTCSVSHARED_EXPORT #40

Closed cguentherTUChemnitz closed 7 years ago

cguentherTUChemnitz commented 7 years ago

-Wmissing-include-dirs is removed, because it breaks in some conditions my build, the conditions are: rebuilding the lib statically without tests --> automoc is executed, but produces nothing else then not existing include dir entries --> handling this warning as error, breaks the build