##// END OF EJS Templates
Updated generic binary files support.
Updated generic binary files support.

File last commit:

r63:064c21e6b525 default
r63:064c21e6b525 default
Show More
common.pro
147 lines | 4.7 KiB | text/idl | PrologLexer
Jeandet Alexis
First init of SocExplorer Repository.
r0 SOCEXPLORER_ROOT = \"$${PWD}/../..\"
include($${PWD}/../../build_cfg/socexplorer.pri)
Updated QCustomPlot to 1.2.1.
r33 include($${PWD}/lppserial/lppserial.pri)
Jeandet Alexis
First init of SocExplorer Repository.
r0
TEMPLATE = lib
TARGET = socexplorercommon$${DEBUG_EXT}
win32:CONFIG += dll
win32:CONFIG -= static
Sync /!\ do not use this revision
r52 win32:INCLUDEPATH += $${PWD}/genericBinaryFiles/elf/libelfWin32/include
win32:INCLUDEPATH += $${PWD}/genericBinaryFiles/elf/libelfWin32/include/libelf
Jeandet Alexis
First init of SocExplorer Repository.
r0 win32:DEFINES+=_ELF_WINDOWS_
Jeandet Alexis
Integrated lppserial lib to lppmoncommon as a sub-repository.
r19 DEFINES+=RS232_debug
Jeandet Alexis
First init of SocExplorer Repository.
r0
Sync /!\ do not use this revision
r52 win32:LIBS += $${PWD}/genericBinaryFiles/elf/libelfWin32/bin/libelf.a
Jeandet Alexis
First init of SocExplorer Repository.
r0 unix:LIBS += -lelf
QMAKE_LFLAGS_RELEASE += --enable-auto-import
QMAKE_LFLAGS_DEBUG += --enable-auto-import
target.path = $$[QT_INSTALL_LIBS]
isEmpty(target.path) {
error(can\'t get QT_INSTALL_LIBS)
}
header.path = $$[QT_INSTALL_HEADERS]/SocExplorer/common
header.files = \
memsizewdgt.h \
qhexspinbox.h \
qsvgicon.h \
qhexedit/qhexedit_p.h \
qhexedit/qhexedit.h \
qhexedit/xbytearray.h \
QCustomPlot/qcustomplot.h \
SocExplorerPlot.h \
tcp_terminal_client.h \
Sync /!\ do not use this revision
r52 genericBinaryFiles/elf/elfinfowdgt.h \
genericBinaryFiles/elf/elfparser.h \
genericBinaryFiles/elf/elffile.h \
genericBinaryFiles/elf/elffilewidget.h \
Jeandet Alexis
Integrated lppserial lib to lppmoncommon as a sub-repository.
r19 qipdialogbox.h \
Jeandet Alexis
Elf viewer almost completed.
r43 lppserial/src/RS232.h \
SREC file perser WIP.
r44 qtablewidgetintitem.h \
Sync /!\ do not use this revision
r52 genericBinaryFiles/srec/srecfile.h \
genericBinaryFiles/srec/srecfilewidget.h \
genericBinaryFiles/BinFile/binaryfile.h \
genericBinaryFiles/BinFile/binaryfilewidget.h \
Jeandet Alexis
Updated generic binary files support.
r63 genericBinaryFiles/abstractbinfile.h \
genericBinaryFiles/qvpushbutton.h \
genericBinaryFiles/qtablewidgetintitem.h \
genericBinaryFiles/filelist.h
Jeandet Alexis
First init of SocExplorer Repository.
r0
win32{
Sync /!\ do not use this revision
r52 elfheader.path = $$[QT_INSTALL_HEADERS]/SocExplorer/common/genericBinaryFiles/libelf
Jeandet Alexis
First init of SocExplorer Repository.
r0 elfheader.files += \
Sync /!\ do not use this revision
r52 genericBinaryFiles/elf/libelfWin32/include/libelf/byteswap.h \
genericBinaryFiles/elf/libelfWin32/include/libelf/errors.h \
genericBinaryFiles/elf/libelfWin32/include/libelf/gelf.h \
genericBinaryFiles/elf/libelfWin32/include/libelf/nlist.h \
genericBinaryFiles/elf/libelfWin32/include/libelf/sys_elf.h \
genericBinaryFiles/elf/libelfWin32/include/libelf/verneed.h \
genericBinaryFiles/elf/libelfWin32/include/libelf/elf_repl.h \
genericBinaryFiles/elf/libelfWin32/include/libelf/ext_types.h \
genericBinaryFiles/elf/libelfWin32/include/libelf/libelf.h \
genericBinaryFiles/elf/libelfWin32/include/libelf/private.h \
genericBinaryFiles/elf/libelfWin32/include/libelf/verdef.h
Jeandet Alexis
First init of SocExplorer Repository.
r0 INSTALLS += elfheader
}
isEmpty(header.path) {
error(can\'t get QT_INSTALL_HEADERS)
}
INSTALLS += target header
Sync /!\ do not use this revision
r52 INCLUDEPATH += QCustomPlot qhexedit genericBinaryFiles genericBinaryFiles/srec genericBinaryFiles/BinFile
Jeandet Alexis
First init of SocExplorer Repository.
r0
HEADERS += \
memsizewdgt.h \
qhexspinbox.h \
qsvgicon.h \
qhexedit/qhexedit_p.h \
qhexedit/qhexedit.h \
qhexedit/xbytearray.h \
qhexedit/commands.h \
QCustomPlot/qcustomplot.h \
tcp_terminal_client.h \
Sync /!\ do not use this revision
r52 genericBinaryFiles/elf/elfinfowdgt.h \
genericBinaryFiles/elf/elfparser.h \
genericBinaryFiles/elf/elffile.h \
Jeandet Alexis
First init of SocExplorer Repository.
r0 qipdialogbox.h \
PySocExplorer.h \
ElfFile classes WIP.
r35 SocExplorerPlot.h \
Sync /!\ do not use this revision
r52 genericBinaryFiles/elf/elffilewidget.h \
genericBinaryFiles/srec/srecfile.h \
genericBinaryFiles/srec/srecfilewidget.h \
genericBinaryFiles/abstractbinfile.h \
genericBinaryFiles/BinFile/binaryfile.h \
Jeandet Alexis
Sync
r57 genericBinaryFiles/BinFile/binaryfilewidget.h \
Jeandet Alexis
Updated generic binary files support.
r63 genericBinaryFiles/genericbinaryfilewidget.h \
genericBinaryFiles/qvpushbutton.h \
genericBinaryFiles/qtablewidgetintitem.h \
genericBinaryFiles/filelist.h
Jeandet Alexis
First init of SocExplorer Repository.
r0
SOURCES += \
memsizewdgt.cpp \
qhexspinbox.cpp \
qsvgicon.cpp \
qhexedit/qhexedit_p.cpp \
qhexedit/qhexedit.cpp \
qhexedit/xbytearray.cpp \
qhexedit/commands.cpp \
QCustomPlot/qcustomplot.cpp \
tcp_terminal_client.cpp \
Sync /!\ do not use this revision
r52 genericBinaryFiles/elf/elfinfowdgt.cpp \
genericBinaryFiles/elf/elfparser.cpp \
genericBinaryFiles/elf/elffile.cpp \
Jeandet Alexis
First init of SocExplorer Repository.
r0 qipdialogbox.cpp \
ElfFile classes WIP.
r35 SocExplorerPlot.cpp \
Sync /!\ do not use this revision
r52 genericBinaryFiles/elf/elffilewidget.cpp \
genericBinaryFiles/srec/srecfile.cpp \
genericBinaryFiles/srec/srecfilewidget.cpp \
genericBinaryFiles/abstractbinfile.cpp \
genericBinaryFiles/BinFile/binaryfile.cpp \
Jeandet Alexis
Sync
r57 genericBinaryFiles/BinFile/binaryfilewidget.cpp \
Jeandet Alexis
Updated generic binary files support.
r63 genericBinaryFiles/genericbinaryfilewidget.cpp \
genericBinaryFiles/qvpushbutton.cpp \
genericBinaryFiles/qtablewidgetintitem.cpp \
genericBinaryFiles/filelist.cpp
ElfFile classes WIP.
r35
FORMS += \
Sync /!\ do not use this revision
r52 genericBinaryFiles/elf/elffilewidget.ui \
genericBinaryFiles/srec/srecfilewidget.ui \
Jeandet Alexis
Sync
r57 genericBinaryFiles/BinFile/binaryfilewidget.ui \
genericBinaryFiles/genericbinaryfilewidget.ui
Jeandet Alexis
First init of SocExplorer Repository.
r0
Jeandet Alexis
Some Python wrapping improvment.
r39 OTHER_FILES += \
./pythongenerator.sh \
./pythonQtgeneratorCfg.txt
Jeandet Alexis
First init of SocExplorer Repository.
r0
Jeandet Alexis
Integrated lppserial lib to lppmoncommon as a sub-repository.
r19
Jeandet Alexis
Sync
r57