Browse Source

-bundle-non-qt-libs

master
probonopd 8 years ago
committed by GitHub
parent
commit
3ed9b1c99b
  1. 1
      shared/shared.h

1
shared/shared.h

@ -41,6 +41,7 @@ extern int logLevel;
#define LogDebug() if (logLevel < 3) {} else qDebug() << "Log:"
extern bool runStripEnabled;
extern bool bundleAllButCoreLibs;
class LibraryInfo
{

Loading…
Cancel
Save