build: Fixes for trial release on MacOS

This commit is contained in:
Eberhard Graether
2016-02-23 18:30:34 +01:00
parent d8cd3a6f2f
commit 391054c0ac
5 changed files with 33 additions and 31 deletions
-4
View File
@@ -33,7 +33,6 @@ void init()
utility::loadFontsFromDirectory(ResourcePaths::getFontsPath(), ".otf");
}
#include <iostream>
int main(int argc, char *argv[])
{
@@ -47,9 +46,6 @@ int main(int argc, char *argv[])
qtApp.setAttribute(Qt::AA_UseHighDpiPixmaps);
QPixmap whitePixmap(500, 500);
whitePixmap.fill(Qt::white);
init();
QtCommandLineParser commandLineParser;