mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-11 17:59:02 +00:00
09c4314a05
removed 7z and made setup page for AMS
7 lines
182 B
CMake
7 lines
182 B
CMake
#ifndef OVQT_CONFIG_H
|
|
#define OVQT_CONFIG_H
|
|
|
|
#define DATA_DIR "${NL_SHARE_ABSOLUTE_PREFIX}/object_viewer_qt"
|
|
#define PLUGINS_DIR "${NL_LIB_ABSOLUTE_PREFIX}/object_viewer_qt"
|
|
|
|
#endif
|