Skip to content
Snippets Groups Projects
Commit 0a4b1edf authored by Jaron Emmenegger's avatar Jaron Emmenegger
Browse files

Init project

parents
No related branches found
No related tags found
No related merge requests found
QT -= gui
CONFIG += c++11 console
CONFIG -= app_bundle
DEFINES += QT_DEPRECATED_WARNINGS
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000
SOURCES += \
main.cc
#include <QCoreApplication>
int main(int argc, char *argv[])
{
QCoreApplication a(argc, argv);
return a.exec();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment