Subversion Repositories Projects

Rev

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

Rev 750 Rev 801
Line 1... Line 1...
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
include(../Global/Widget_Connection.pri)
4
include(../Global/Widget_Connection.pri)
6
 
-
 
7
QT += network
5
QT += network
8
TARGET = QMK-Scope
6
TARGET = QMK-Scope
9
TEMPLATE = app
7
TEMPLATE = app
-
 
8
win32 { 
-
 
9
    include( C:\Qt\qwt-5.2.0\examples\examples.pri )
-
 
10
    QWT_ROOT = c:\qt\qwt-5.2.0
-
 
11
    include( $${QWT_ROOT}\qwtconfig.pri )
-
 
12
    SUFFIX_STR = $${RELEASE_SUFFIX}
-
 
13
    INCLUDEPATH += $${QWT_ROOT}/src
-
 
14
    DEPENDPATH += $${QWT_ROOT}/src
-
 
15
    QWTLIB = qwt$${SUFFIX_STR}
-
 
16
    contains(CONFIG, QwtDll)
-
 
17
     { 
-
 
18
        DEFINES += QT_DLL \
-
 
19
            QWT_DLL
-
 
20
        QWTLIB = $${QWTLIB}$${VER_MAJ}
-
 
21
    }
-
 
22
    win32-msvc:LIBS += $${QWT_ROOT}/lib/$${QWTLIB}.lib
-
 
23
    win32-msvc.net:LIBS += $${QWT_ROOT}/lib/$${QWTLIB}.lib
-
 
24
    win32-msvc2005:LIBS += $${QWT_ROOT}/lib/$${QWTLIB}.lib
-
 
25
    win32-g++:LIBS += -L$${QWT_ROOT}/lib \
-
 
26
        -l$${QWTLIB}
-
 
27
}
10
DESTDIR = ../Binary
28
DESTDIR = ../Binary
11
OBJECTS_DIR = ../Binary/.build/QMK-Scope
29
OBJECTS_DIR = ../Binary/.build/QMK-Scope
12
UI_DIR = ../Binary/.build/QMK-Scope
30
UI_DIR = ../Binary/.build/QMK-Scope
13
MOC_DIR = ../Binary/.build/QMK-Scope
31
MOC_DIR = ../Binary/.build/QMK-Scope
14
RCC_DIR = ../Binary/.build/QMK-Scope
32
RCC_DIR = ../Binary/.build/QMK-Scope
15
 
-
 
16
debug {
33
debug { 
17
  DEFINES += _BETA_
34
    DEFINES += _BETA_
18
  LIBS += -lqwt
35
    LIBS += -lqwt
19
  INCLUDEPATH += $(HOME)/include /usr/include/qwt
36
    INCLUDEPATH += $(HOME)/include \
-
 
37
        /usr/include/qwt
20
}
38
}
21
 
-
 
22
Suse {
39
Suse { 
23
  LIBS += -lqwt
40
    LIBS += -lqwt
24
  INCLUDEPATH += $(HOME)/include /usr/include/qwt
41
    INCLUDEPATH += $(HOME)/include \
-
 
42
        /usr/include/qwt
25
}
43
}
26
 
-
 
27
Debian {
44
Debian { 
28
  LIBS += -lqwt-qt4
45
    LIBS += -lqwt-qt4
29
  INCLUDEPATH += $(HOME)/include /usr/include/qwt-qt4
46
    INCLUDEPATH += $(HOME)/include \
-
 
47
        /usr/include/qwt-qt4
30
}
48
}
31
 
-
 
32
Gentoo {
49
Gentoo { 
33
  LIBS += -lqwt
50
    LIBS += -lqwt
34
  INCLUDEPATH += $(HOME)/include /usr/include/qwt5
51
    INCLUDEPATH += $(HOME)/include \
-
 
52
        /usr/include/qwt5
35
}
53
}
36
 
-
 
37
OSX {
54
OSX { 
38
  LIBS += -L/opt/local/lib -lqwt
55
    LIBS += -L/opt/local/lib \
-
 
56
        -lqwt
39
  INCLUDEPATH += /opt/local/include
57
    INCLUDEPATH += /opt/local/include
40
}
58
}
41
RESOURCES += QMK-Scope.qrc
59
RESOURCES += QMK-Scope.qrc
42
 
-
 
43
SOURCES += main.cpp \
60
SOURCES += main.cpp \
44
    Dialogs/dlg_Main.cpp \
61
    Dialogs/dlg_Main.cpp \
45
    Classes/cSettings.cpp
62
    Classes/cSettings.cpp \
-
 
63
    Dialogs/wgt_Index.cpp
46
HEADERS += Defines.h \
64
HEADERS += Defines.h \
47
    ../Global/Global.h \
65
    ../Global/Global.h \
48
    Dialogs/dlg_Main.h \
66
    Dialogs/dlg_Main.h \
49
    Classes/cSettings.h \
67
    Classes/cSettings.h \
50
    TypeDefs.h
68
    TypeDefs.h \
-
 
69
    Dialogs/wgt_Index.h
51
FORMS += Dialogs/dlg_Main.ui
70
FORMS += Dialogs/dlg_Main.ui \
-
 
71
    Dialogs/wgt_Index.ui