diff options
author | Alexander Golubev <fatzer2@gmail.com> | 2016-06-28 06:14:50 +0300 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2017-07-22 15:56:48 +0200 |
commit | f96187e5d85d5df993bb5233652e170fdf8c2fd4 (patch) | |
tree | 5717270429320a0ccada8b00c81833c117e2dfd9 /dcop/tests/generate.pl | |
parent | f088e398856b58e486ddda87dfd343c8d93b4433 (diff) | |
download | tdelibs-f96187e5d85d5df993bb5233652e170fdf8c2fd4.tar.gz tdelibs-f96187e5d85d5df993bb5233652e170fdf8c2fd4.zip |
Add dcop tests to cmake
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 26d76a4c048d99e282356616ca8e1e5ad45a7f53)
Diffstat (limited to 'dcop/tests/generate.pl')
-rwxr-xr-x | dcop/tests/generate.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dcop/tests/generate.pl b/dcop/tests/generate.pl index cd4697d3f..9ef1f13fc 100755 --- a/dcop/tests/generate.pl +++ b/dcop/tests/generate.pl @@ -34,7 +34,7 @@ print HEADER <<END; class Test2; // this has to work too -#include <qstring.h> +#include <tqstring.h> |