##// END OF EJS Templates
Remove cmake function called that isn't necessary and makes failed the configuration test if test is enable
Remove cmake function called that isn't necessary and makes failed the configuration test if test is enable

File last commit:

r1047:d404ba4b75e5
r1069:6684c2bc54eb
Show More
MimeTypesDef.cpp
8 lines | 483 B | text/x-c | CppLexer
/ core / src / Common / MimeTypesDef.cpp
Move Common MIME types constants in a Definition file in core module.
r848 #include "Common/MimeTypesDef.h"
Drag of product
r868 const QString MIME_TYPE_GRAPH = QStringLiteral("sciqlop/graph");
const QString MIME_TYPE_ZONE = QStringLiteral("sciqlop/zone");
const QString MIME_TYPE_VARIABLE_LIST = QStringLiteral("sciqlop/var-list");
const QString MIME_TYPE_PRODUCT_LIST = QStringLiteral("sciqlop/product-list");
const QString MIME_TYPE_TIME_RANGE = QStringLiteral("sciqlop/time-range");
drag of selection zones
r1047 const QString MIME_TYPE_SELECTION_ZONE = QStringLiteral("sciqlop/selection-zone");