diff options
Diffstat (limited to 'tests/arthur/common/common.pro')
-rw-r--r-- | tests/arthur/common/common.pro | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/arthur/common/common.pro b/tests/arthur/common/common.pro new file mode 100644 index 0000000..9510f87 --- /dev/null +++ b/tests/arthur/common/common.pro @@ -0,0 +1,20 @@ +# -*- Mode: makefile -*- +# +# not used as a library all binaries include common.pri anyway +# +#COMMON_FOLDER = ../common +#include(../arthurtester.pri) +#TEMPLATE = lib +#CONFIG += static +#QT += xml opengl svg qt3support + +#build_all:!build_pass { +# CONFIG -= build_all +# CONFIG += release +#} + +#TARGET = testcommon + +#include(common.pri) + + |