diff options
author | Rene Engelhard <rene@debian.org> | 2011-12-30 16:31:23 +0100 |
---|---|---|
committer | Rene Engelhard <rene@debian.org> | 2011-12-30 16:40:35 +0100 |
commit | 36d7f011a35c282c6c5f219681502e85dd8b768c (patch) | |
tree | ce7067adc7cfbc7022e949e9a6acd04cb9bacacc /unotest | |
parent | a9b3b64a5a94a4c27ac524ac6997ef2e2467267c (diff) |
build qadevOOo only if OOO_JUNIT_JAR are set (add BUILD_TYPE)
Diffstat (limited to 'unotest')
-rw-r--r-- | unotest/prj/build.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unotest/prj/build.lst b/unotest/prj/build.lst index 1cbe6e324327..0a60de3b6c90 100644 --- a/unotest/prj/build.lst +++ b/unotest/prj/build.lst @@ -1,4 +1,4 @@ -unote unotest : BOOST:boost cppu cppuhelper comphelper CPPUNIT:cppunit javaunohelper offapi ridljar sal solenv unoil qadevOOo NULL +unote unotest : BOOST:boost cppu cppuhelper comphelper CPPUNIT:cppunit javaunohelper offapi ridljar sal solenv unoil QADEVOOO:qadevOOo NULL unote unotest\source\cpp nmake - all source_cpp NULL unote unotest\source\cpp\unoexceptionprotector nmake - all source_cpp_unoexceptionprotector NULL unote unotest\source\java\org\openoffice\test nmake - all source_java NULL |