##// END OF EJS Templates
Fixed some cli bugs....
Fixed some cli bugs. Removed some old and useless functions.

File last commit:

r71:c4b98d42ee59 default
r98:d744963be984 default
Show More
socexplorer.pri
23 lines | 504 B | text/plain | TextLexer
Jeandet Alexis
First init of SocExplorer Repository.
r0
QT += core gui xml svg network
contains(QT_MAJOR_VERSION, 5) {
QT += widgets
QT += printsupport
Added bool loadfile(abstractBinFile* file)...
r71 QT += multimedia multimediawidgets
Jeandet Alexis
First init of SocExplorer Repository.
r0 }
SOCEXPLORER_SDK_BUILD="SOCEXPLORER_SDK_BUILD"
DEFINES += SOCEXPLORER_SDK_BUILD
MOC_DIR = moc
RCC_DIR = resources
OBJECTS_DIR = obj
win32:DESTDIR = $${SOCEXPLORER_ROOT}/bin/win32/
unix:DESTDIR = $${SOCEXPLORER_ROOT}/bin/linux/
metrics_cccc.target = metrics_cccc
Jeandet Alexis
Updated lab name!
r13 metrics_cccc.commands = cccc $(SOURCES) $(HEADERS)
Jeandet Alexis
First init of SocExplorer Repository.
r0
QMAKE_EXTRA_TARGETS += metrics_cccc