little fixes
This commit is contained in:
parent
498221fbd5
commit
203bd7a353
3 changed files with 2 additions and 3 deletions
|
@ -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 \
|
||||
|
|
|
@ -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 |
Loading…
Reference in a new issue