little fixes

This commit is contained in:
Liran BN 2014-06-17 12:16:03 +03:00
parent 498221fbd5
commit 203bd7a353
3 changed files with 2 additions and 3 deletions

View file

@ -9,8 +9,8 @@ QT += core gui network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = jceGrade TARGET = jceGrade
TEMPLATE = app TEMPLATE = app
RC_FILE = appConfigure.rc
CONFIG += c++11 CONFIG += c++11 static
SOURCES += main/coursestablemanager.cpp \ SOURCES += main/coursestablemanager.cpp \
main/loginhandler.cpp \ main/loginhandler.cpp \

View file

@ -1,7 +1,6 @@
#include "mainscreen.h" #include "mainscreen.h"
#include <QApplication> #include <QApplication>
int main(int argc, char *argv[]) int main(int argc, char *argv[])
{ {
QApplication a(argc, argv); QApplication a(argc, argv);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB