summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/tools/designer/examples/opengl/opengl.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tqtinterface/qt4/tools/designer/examples/opengl/opengl.pro')
-rw-r--r--tqtinterface/qt4/tools/designer/examples/opengl/opengl.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/tqtinterface/qt4/tools/designer/examples/opengl/opengl.pro b/tqtinterface/qt4/tools/designer/examples/opengl/opengl.pro
new file mode 100644
index 0000000..d28eb32
--- /dev/null
+++ b/tqtinterface/qt4/tools/designer/examples/opengl/opengl.pro
@@ -0,0 +1,11 @@
+TEMPLATE = lib
+CONFIG += qt warn_on release plugin
+HEADERS = glwidget.h
+SOURCES = main.cpp \
+ glwidget.cpp
+DESTDIR = ../../../../plugins/designer
+INCLUDEPATH += ../../interfaces
+
+TARGET = glwidget
+target.path += $$plugins.path/designer
+INSTALLS += target