diff --git a/charts.pro b/charts.pro index 9c1ab46..530e4f6 100644 --- a/charts.pro +++ b/charts.pro @@ -5,7 +5,7 @@ TEMPLATE = subdirs SUBDIRS = src plugins !nomake_demos_examples: SUBDIRS += demos examples -SUBDIRS += tests +exists(tests): SUBDIRS += tests development_build: message('Development build')