diff options
Diffstat (limited to 'src/plugins/graphicssystems/opengl/opengl.pro')
-rw-r--r-- | src/plugins/graphicssystems/opengl/opengl.pro | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/plugins/graphicssystems/opengl/opengl.pro b/src/plugins/graphicssystems/opengl/opengl.pro new file mode 100644 index 0000000..7d6fe3f --- /dev/null +++ b/src/plugins/graphicssystems/opengl/opengl.pro @@ -0,0 +1,11 @@ +TARGET = qglgraphicssystem +include(../../qpluginbase.pri) + +QT += opengl + +QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/graphicssystems + +SOURCES = main.cpp + +target.path += $$[QT_INSTALL_PLUGINS]/graphicssystems +INSTALLS += target |