Subversion Repositories Projects

Rev

Rev 674 | Rev 801 | Go to most recent revision | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 674 Rev 750
1
# -------------------------------------------------
1
# -------------------------------------------------
2
# Project created by QtCreator 2009-07-20T20:04:00
2
# Project created by QtCreator 2009-07-20T20:04:00
3
# -------------------------------------------------
3
# -------------------------------------------------
4
 
-
 
5
DEFINES += _TTY_POSIX_
4
 
6
include(../Global/Class_SerialPort.pri)
5
include(../Global/Widget_Connection.pri)
7
 
6
 
8
QT += network
7
QT += network
9
TARGET = QMK-Scope
8
TARGET = QMK-Scope
10
TEMPLATE = app
9
TEMPLATE = app
11
DESTDIR = ../Binary
10
DESTDIR = ../Binary
12
OBJECTS_DIR = ../Binary/.build/QMK-Scope
11
OBJECTS_DIR = ../Binary/.build/QMK-Scope
13
UI_DIR = ../Binary/.build/QMK-Scope
12
UI_DIR = ../Binary/.build/QMK-Scope
14
MOC_DIR = ../Binary/.build/QMK-Scope
13
MOC_DIR = ../Binary/.build/QMK-Scope
15
RCC_DIR = ../Binary/.build/QMK-Scope
14
RCC_DIR = ../Binary/.build/QMK-Scope
16
 
15
 
17
debug {
16
debug {
18
  DEFINES += _BETA_
17
  DEFINES += _BETA_
19
  LIBS += -lqwt
18
  LIBS += -lqwt
20
  INCLUDEPATH += $(HOME)/include /usr/include/qwt
19
  INCLUDEPATH += $(HOME)/include /usr/include/qwt
21
}
20
}
22
 
21
 
23
Suse {
22
Suse {
24
  LIBS += -lqwt
23
  LIBS += -lqwt
25
  INCLUDEPATH += $(HOME)/include /usr/include/qwt
24
  INCLUDEPATH += $(HOME)/include /usr/include/qwt
26
}
25
}
27
 
26
 
28
Debian {
27
Debian {
29
  LIBS += -lqwt-qt4
28
  LIBS += -lqwt-qt4
30
  INCLUDEPATH += $(HOME)/include /usr/include/qwt-qt4
29
  INCLUDEPATH += $(HOME)/include /usr/include/qwt-qt4
31
}
30
}
32
 
31
 
33
Gentoo {
32
Gentoo {
34
  LIBS += -lqwt
33
  LIBS += -lqwt
35
  INCLUDEPATH += $(HOME)/include /usr/include/qwt5
34
  INCLUDEPATH += $(HOME)/include /usr/include/qwt5
36
}
35
}
37
 
36
 
38
OSX {
37
OSX {
39
  LIBS += -L/opt/local/lib -lqwt
38
  LIBS += -L/opt/local/lib -lqwt
40
  INCLUDEPATH += /opt/local/include
39
  INCLUDEPATH += /opt/local/include
41
}
40
}
42
RESOURCES += QMK-Scope.qrc
41
RESOURCES += QMK-Scope.qrc
43
 
42
 
44
SOURCES += main.cpp \
43
SOURCES += main.cpp \
45
    ../Global/Class_Input/Input.cpp \
-
 
46
    ../Global/Class_Input/Input_TCP.cpp \
-
 
47
    ../Global/Class_Input/Input_TTY.cpp \
-
 
48
    ../Global/Class_HandlerMK/HandlerMK.cpp \
-
 
49
    ../Global/Class_HandlerIP/HandlerIP.cpp \
-
 
50
    Dialogs/dlg_Main.cpp \
44
    Dialogs/dlg_Main.cpp \
51
    Classes/cSettings.cpp
45
    Classes/cSettings.cpp
52
HEADERS += Defines.h \
46
HEADERS += Defines.h \
53
    ../Global/Kopter.h \
-
 
54
    ../Global/Global.h \
47
    ../Global/Global.h \
55
    ../Global/Class_Input/Input.h \
-
 
56
    ../Global/Class_Input/Input_TCP.h \
-
 
57
    ../Global/Class_Input/Input_TTY.h \
-
 
58
    ../Global/Class_HandlerMK/HandlerMK.h \
-
 
59
    ../Global/Class_HandlerIP/HandlerIP.h \
-
 
60
    Dialogs/dlg_Main.h \
48
    Dialogs/dlg_Main.h \
61
    Classes/cSettings.h \
49
    Classes/cSettings.h \
62
    TypeDefs.h
50
    TypeDefs.h
63
FORMS += Dialogs/dlg_Main.ui
51
FORMS += Dialogs/dlg_Main.ui