aboutsummaryrefslogtreecommitdiffstats
path: root/tests/pysidetest/pysidetest_global.h
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2011-02-04 16:05:12 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:53:53 -0300
commit93bd129cfb95aefb1fbbfbaeb4da614c95dce1d6 (patch)
treed9eee9f4f8dad073179368bf86454105ce241773 /tests/pysidetest/pysidetest_global.h
parent8a628bf8324ac79b7651b870c18813aec3320d7f (diff)
The global header for PySide is now installed with the libpyside headers.
This is good for PySide derived bindings (like the ones for QtMobility), so they don't need to copy the PySide global headers to their source tree and end up with an outdated file. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
Diffstat (limited to 'tests/pysidetest/pysidetest_global.h')
-rw-r--r--tests/pysidetest/pysidetest_global.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/pysidetest/pysidetest_global.h b/tests/pysidetest/pysidetest_global.h
new file mode 100644
index 000000000..a7efcf91c
--- /dev/null
+++ b/tests/pysidetest/pysidetest_global.h
@@ -0,0 +1,3 @@
+#include <pyside_global.h>
+#include "testobject.h"
+#include "testview.h"