Subversion Repositories Projects

Rev

Rev 711 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 711 Rev 801
Line 2... Line 2...
2
# Project created by QtCreator 2009-07-20T20:04:00
2
# Project created by QtCreator 2009-07-20T20:04:00
3
# -------------------------------------------------
3
# -------------------------------------------------
4
QT += network
4
QT += network
5
TARGET = QMK-Communicator
5
TARGET = QMK-Communicator
6
TEMPLATE = app
6
TEMPLATE = app
7
DEFINES += _TTY_POSIX_
-
 
Line 8... Line 7...
8
 
7
 
Line 9... Line 8...
9
include(../Global/Class_SerialPort.pri)
8
include(../Global/Class_SerialPort.pri)
-
 
9
 
-
 
10
DESTDIR = ../Binary
10
 
11
 
-
 
12
debug {
-
 
13
  DEFINES += _BETA_
11
DESTDIR = ../Binary
14
}
12
debug:DEFINES += _BETA_
15
 
13
OBJECTS_DIR = ../Binary/.build/QMK-Communicator
16
OBJECTS_DIR = ../Binary/.build/QMK-Communicator
14
UI_DIR = ../Binary/.build/QMK-Communicator
17
UI_DIR = ../Binary/.build/QMK-Communicator
15
MOC_DIR = ../Binary/.build/QMK-Communicator
18
MOC_DIR = ../Binary/.build/QMK-Communicator