|
|
|
@ -31,6 +31,9 @@ int main(int argc, char *argv[])
@@ -31,6 +31,9 @@ int main(int argc, char *argv[])
|
|
|
|
|
QCoreApplication::addLibraryPath(QCoreApplication::applicationDirPath()); |
|
|
|
|
a.addLibraryPath("platforms"); |
|
|
|
|
|
|
|
|
|
qDebug() << "built on: " << __TIME__ << __DATE__; |
|
|
|
|
qDebug() << "commit: " << GIT_VERSION << "\n"; |
|
|
|
|
|
|
|
|
|
// Install Unicode 6.1 supporting font
|
|
|
|
|
QFontDatabase::addApplicationFont("://DejaVuSans.ttf"); |
|
|
|
|
|
|
|
|
|