##// END OF EJS Templates
Some more cleaning....
Some more cleaning. Removed useless function Converted some QDebug calls to SocExplorerEngine::message calls Added static void message(QObject* sender,const QString& message,int debugLevel=0); and static void message(const QString& sender,const QString& message,int debugLevel=0);

File last commit:

r71:c4b98d42ee59 default
r100:11a895cff789 pre-0.7
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