summaryrefslogtreecommitdiffstats
path: root/src/plugins/graphicssystems/opengl/opengl.pro
blob: 7d6fe3f997556bb3f8fffd2cc2d53405f9cbe4c8 (plain)
1
2
3
4
5
6
7
8
9
10
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