OpenCores
URL https://opencores.org/ocsvn/modular_oscilloscope/modular_oscilloscope/trunk

Subversion Repositories modular_oscilloscope

[/] [modular_oscilloscope/] [trunk/] [sw/] [src/] [rvioscilloscope.pro] - Blame information for rev 60

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 60 budinero
# -------------------------------------------------
2
# Project created by QtCreator 2009-06-09T13:45:02
3
# -------------------------------------------------
4
QT     += svg
5
TARGET = rvioscilloscope
6
TEMPLATE = app
7
SOURCES += main.cpp \
8
    rvioscilloscope.cpp \
9
    data_plot.cpp \
10
    rviboardtools.cpp  \
11
    rvicommthread.cpp
12
HEADERS += data_plot.h \
13
    rvioscilloscope.h \
14
    rviboardtools.h  \
15
    rvicommthread.h
16
FORMS += rvioscilloscope.ui \
17
    rviboardtools.ui
18
TRANSLATIONS    = superapp_es.ts
19
win32 {
20
    SOURCES += include/epp_parallel_use_win.cpp \
21
        include/epp_parallel_access_win.cpp
22
    HEADERS += include/epp_parallel_use_win.h \
23
        include/epp_parallel_access_win.h
24
}
25
RESOURCES += rviboardtools.qrc
26
 
27
# -------------------------------------------------
28
# definitions
29
VER_MAJ = 5
30
win32:QWT_ROOT = "C:\Qwt-5.3.0-svn"
31
win32:DEBUG_SUFFIX = d
32
RELEASE_SUFFIX =
33
DEPENDPATH += C:\Qwt-5.3.0-svn\include
34
INCLUDEPATH += C:\Qwt-5.3.0-svn\include
35
 
36
# VVERSION = $$[QT_VERSION]
37
CONFIG(debug, debug|release):SUFFIX_STR = $${DEBUG_SUFFIX}
38
else:SUFFIX_STR = $${RELEASE_SUFFIX}
39
QWTLIB = qwt$${SUFFIX_STR}
40
unix {
41
    # Qt 4
42
    DEPENDPATH += /usr/include/qwt-qt4
43
    INCLUDEPATH += /usr/include/qwt-qt4
44
    LIBS += -L$${QWT_ROOT}/lib \
45
        -l$${QWTLIB}-qt4
46
}
47
win32 {
48
    DEFINES += QWT_DLL \
49
        QT_DLL
50
    QWTLIB = $${QWTLIB}$${VER_MAJ}
51
    LIBS += -L$${QWT_ROOT}/lib \
52
        -l$${QWTLIB}
53
}
54
OTHER_FILES +=

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.