Warning, /graphics/spectacle/src/Config.h.in is written in an unsupported language. File is not indexed.

0001 #ifndef SPECTACLE_CONFIG_H
0002 #define SPECTACLE_CONFIG_H
0003 
0004 /* Define to 1 if we are building with XCB */
0005 #cmakedefine XCB_FOUND 1
0006 
0007 /* Define to 1 if we have Purpose */
0008 #cmakedefine PURPOSE_FOUND 1
0009 
0010 /* Set the Spectacle version from CMake */
0011 #cmakedefine SPECTACLE_VERSION "@SPECTACLE_VERSION@"
0012 
0013 /* Set the QML module URI from CMake */
0014 #cmakedefine SPECTACLE_QML_URI "@SPECTACLE_QML_URI@"
0015 
0016 /* Set the QML module URI from CMake */
0017 static const auto SPECTACLE_QML_PATH = u"@SPECTACLE_QML_PATH@";
0018 
0019 #endif