Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 711 → Rev 801

/QMK-Groundstation/trunk/QMK-Communicator/QMK-Communicator.pro
4,12 → 4,15
QT += network
TARGET = QMK-Communicator
TEMPLATE = app
DEFINES += _TTY_POSIX_
 
include(../Global/Class_SerialPort.pri)
 
DESTDIR = ../Binary
debug:DEFINES += _BETA_
 
debug {
DEFINES += _BETA_
}
 
OBJECTS_DIR = ../Binary/.build/QMK-Communicator
UI_DIR = ../Binary/.build/QMK-Communicator
MOC_DIR = ../Binary/.build/QMK-Communicator