diff options
Diffstat (limited to 'Source/WebKit/qt/tests/hybridPixmap/hybridPixmap.pro')
-rw-r--r-- | Source/WebKit/qt/tests/hybridPixmap/hybridPixmap.pro | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Source/WebKit/qt/tests/hybridPixmap/hybridPixmap.pro b/Source/WebKit/qt/tests/hybridPixmap/hybridPixmap.pro new file mode 100644 index 0000000..9e80870 --- /dev/null +++ b/Source/WebKit/qt/tests/hybridPixmap/hybridPixmap.pro @@ -0,0 +1,11 @@ +# ------------------------------------------------- +# Project created by QtCreator 2009-12-10T11:25:02 +# ------------------------------------------------- +isEmpty(OUTPUT_DIR): OUTPUT_DIR = ../../../.. +include(../tests.pri) +TARGET = hybridPixmap +SOURCES += widget.cpp +HEADERS += widget.h +FORMS += widget.ui +RESOURCES += resources.qrc +CONFIG += console |