1 2 3 4 5 6 7 8 9
#include "BuildConfig.h" #include <QObject> const Config BuildConfig; Config::Config() { CLIENT_ID = "@MOJANGDEMO_CLIENT_ID@"; }