CuteHMI - CuteHMI (CuteHMI.2)
cutehmi.dirs.hpp
1#ifndef CUTEHMI_DIRS_HPP
2#define CUTEHMI_DIRS_HPP
3
4// This file has been autogenerated by 'cutehmi.dirs' Qbs module.
5// Warning: don't include this file in public header!
6
7#define CUTEHMI_DIRS_TOOLS_INSTALL_SUBDIR "cutehmi/app"
8#define CUTEHMI_DIRS_TESTS_INSTALL_SUBDIR "cutehmi/app"
9#define CUTEHMI_DIRS_EXTENSIONS_INSTALL_SUBDIR "cutehmi/app"
10#define CUTEHMI_DIRS_PUPPETS_INSTALL_SUBDIR "cutehmi/puppets"
11#define CUTEHMI_DIRS_TRANSLATIONS_INSTALL_SUBDIR "cutehmi/translations"
12#define CUTEHMI_DIRS_METADATA_INSTALL_SUBDIR "cutehmi/metadata"
13#define CUTEHMI_DIRS_ARTIFACTS_INSTALL_SUBDIR "cutehmi/artifacts"
14#define CUTEHMI_DIRS_TOOL_RELATIVE_PATH "CuteHMI.2" // Relative path between tools installation directory and dedicated installation directory.
15#define CUTEHMI_DIRS_PROJECT_RELATIVE_PATH "extensions/CuteHMI.2" // Relative path between project and product source directory.
16
17#endif