build: Linux package update

create database with via commandline in packaging
symlink fix in setup
This commit is contained in:
Andreas Stallinger
2016-03-15 16:13:43 +01:00
parent 09e3ff6897
commit 23f05c003b
6 changed files with 57 additions and 20 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ public:
// source
std::vector<FilePath> getSourcePaths() const;
std::vector<FilePath> ProjectSettings::getAbsoluteSourcePaths() const;
std::vector<FilePath> getAbsoluteSourcePaths() const;
bool setSourcePaths(const std::vector<FilePath>& sourcePaths);
std::vector<FilePath> getHeaderSearchPaths() const;