build: Linux package(.deb)

.deb package file for debian distros like ubuntu
To create the package use the command: ninja package
in the build directory
This commit is contained in:
Andreas Stallinger
2015-04-21 12:01:06 +02:00
parent 4692ca961a
commit 7655d43299
26 changed files with 102 additions and 1 deletions
+1
View File
@@ -25,6 +25,7 @@ QtMainWindow::QtMainWindow()
setObjectName("QtMainWindow");
setCentralWidget(nullptr);
setDockNestingEnabled(true);
setWindowIcon(QIcon("./data/gui/icon/logo_1024_1024.png"));
QApplication::setOverrideCursor(Qt::ArrowCursor);