##// END OF EJS Templates
New Plugin Manager and interface to remove all the previous crap!...
New Plugin Manager and interface to remove all the previous crap! Let's use Qt plugin API and make it much simpler.

File last commit:

r71:c4b98d42ee59 default
r118:de85e8465e67 tip 1.0
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