##// END OF EJS Templates
Removed _d for debug binaries, moved plugin to default location...
Removed _d for debug binaries, moved plugin to default location in /usr/lib(64)/SocExplorer/plugins and added /etc/SocExplorer/plugin.conf.d/ as lookup path.

File last commit:

r65:7f2fbf718320 default
r65:7f2fbf718320 default
Show More
socexplorer.pri
22 lines | 467 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
}
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