summaryrefslogtreecommitdiffstats
path: root/tests/auto/nativeimagehandleprovider/nativeimagehandleprovider.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/nativeimagehandleprovider/nativeimagehandleprovider.pro')
-rw-r--r--tests/auto/nativeimagehandleprovider/nativeimagehandleprovider.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/nativeimagehandleprovider/nativeimagehandleprovider.pro b/tests/auto/nativeimagehandleprovider/nativeimagehandleprovider.pro
new file mode 100644
index 0000000000..fb8ecb0042
--- /dev/null
+++ b/tests/auto/nativeimagehandleprovider/nativeimagehandleprovider.pro
@@ -0,0 +1,6 @@
+load(qttest_p4)
+SOURCES += tst_nativeimagehandleprovider.cpp
+symbian {
+ LIBS += -lfbscli -lbitgdi
+ contains(QT_CONFIG, openvg): QT *= openvg
+}