mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 17:29:06 +00:00
80660b5146
dont crash when neldb is missing
7 lines
162 B
CMake
7 lines
162 B
CMake
#ifndef OVQT_CONFIG_H
|
|
#define OVQT_CONFIG_H
|
|
|
|
#define DATA_DIR "${NL_SHARE_ABSOLUTE_PREFIX}/studio"
|
|
#define PLUGINS_DIR "${NL_LIB_ABSOLUTE_PREFIX}/studio"
|
|
|
|
#endif
|