You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
406 B

#-------------------------------------------------
#
# Project created by QtCreator 2018-10-06T21:22:33
#
#-------------------------------------------------
QT += core gui
QT += serialport
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = com_linux
TEMPLATE = app
SOURCES += main.cpp\
lattice_com_reign.cpp
HEADERS += lattice_com_reign.h
FORMS += lattice_com_reign.ui