-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemp.pro
More file actions
47 lines (38 loc) · 1.07 KB
/
temp.pro
File metadata and controls
47 lines (38 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
#-------------------------------------------------
#
# Project created by QtCreator 2018-03-02T14:32:02
#
#-------------------------------------------------
QT += core gui network webenginewidgets
#multimedia multimediawidgets
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = temp
TEMPLATE = app
DEFINES += QT_DEPRECATED_WARNINGS
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000
SOURCES += main.cpp\
mainwindow.cpp \
inputmanager.cpp \
keyboardinputmanager.cpp \
outputmanager.cpp \
consoleoutputmanager.cpp \
direction.cpp \
connexionmanager.cpp \
tcpconnexionmanager.cpp \
joypad.cpp \
robotoutputmanager.cpp \
#videodisplay.cpp
HEADERS += mainwindow.h \
inputmanager.h \
keyboardinputmanager.h \
outputmanager.h \
consoleoutputmanager.h \
direction.h \
connexionmanager.h \
tcpconnexionmanager.h \
joypad.h \
robotoutputmanager.h \
#videodisplay.h
FORMS += mainwindow.ui
#mainwindow2.ui
CONFIG += console