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;
+2 -2
View File
@@ -37,10 +37,10 @@ int main(int argc, char *argv[])
Version version = Version::fromString(GIT_VERSION_NUMBER);
QApplication::setApplicationVersion(version.toDisplayString().c_str());
setup(argc, argv);
QtApplication qtApp(argc, argv);
setup(argc, argv);
qtApp.setAttribute(Qt::AA_UseHighDpiPixmaps);
init();