diff --git a/Tests/testrunner.cpp b/Tests/testrunner.cpp index 330baad5b046499942c5f1271f22b1fe55ffa7f3..27528a014377842faf2e556d9672f74b3d453775 100644 --- a/Tests/testrunner.cpp +++ b/Tests/testrunner.cpp @@ -32,7 +32,7 @@ #include "BaseLib/LogogCustomCout.h" #include "BaseLib/TemplateLogogFormatterSuppressedGCC.h" -#ifdef QT4_FOUND +#ifdef OGS_BUILD_GUI #include <QApplication> #endif @@ -40,7 +40,7 @@ int main(int argc, char* argv[]) { setlocale(LC_ALL, "C"); -#ifdef QT4_FOUND +#ifdef OGS_BUILD_GUI QApplication app(argc, argv, false); #endif int ret = 0;