more unix fixes

This commit is contained in:
Felix Kauselmann 2015-03-22 16:21:57 +01:00
parent 5f31b508c9
commit 82d74758d7
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,8 @@ CONFIG += console
SOURCES += \
main.cpp \
QT += core
win32 {
LIBS += -loleaut32 -lole32
QMAKE_CXXFLAGS_RELEASE += /MP /Ob2 /Oi /Ot /GT

View File

@ -25,7 +25,7 @@ int main(int argc, char *argv[])
return 0;
}
//QCoreApplication app(argc, argv);
QCoreApplication app(argc, argv);
QString s(argv[1]);