-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAutoSemaforo.pro
More file actions
42 lines (31 loc) · 795 Bytes
/
AutoSemaforo.pro
File metadata and controls
42 lines (31 loc) · 795 Bytes
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
#-------------------------------------------------
#
# Project created by QtCreator 2011-08-20T16:33:59
#
#-------------------------------------------------
QT += core gui serialport
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = AutoSemaforo
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
tporta.cpp \
configuracao.cpp \
about.cpp
HEADERS += mainwindow.h \
tporta.h \
configuracao.h \
about.h \
version.h
FORMS += mainwindow.ui \
configuracao.ui \
about.ui
RESOURCES += \
res.qrc
RC_FILE = resources.rc
#LIBS += -lQt5ExtSerialPort
#INCLUDEPATH += C:\qextserialport-1.2rc\src
#unix:DEFINES = _TTY_POSIX_
#win32:DEFINES = _TTY_WIN_
OTHER_FILES += \
resources.rc