##// 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
QT += core gui xml svg network
contains(QT_MAJOR_VERSION, 5) {
QT += widgets
QT += printsupport
QT += multimedia multimediawidgets
}
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
metrics_cccc.commands = cccc $(SOURCES) $(HEADERS)
QMAKE_EXTRA_TARGETS += metrics_cccc