summaryrefslogtreecommitdiffstats
path: root/qmake/option.h
diff options
context:
space:
mode:
Diffstat (limited to 'qmake/option.h')
-rw-r--r--qmake/option.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/qmake/option.h b/qmake/option.h
index 7d57a56543..23fc9543da 100644
--- a/qmake/option.h
+++ b/qmake/option.h
@@ -220,7 +220,8 @@ public:
TranslationsPath,
SettingsPath,
ExamplesPath,
- ImportsPath
+ ImportsPath,
+ TestsPath
};
static QString location(LibraryLocation);
};