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
TARGET = jceGrade
TEMPLATE = app
CONFIG += c++11
RC_FILE = appConfigure.rc
CONFIG += c++11 static
SOURCES += main/coursestablemanager.cpp \
main/loginhandler.cpp \

View file

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB