blob: 47e15c5ec53cb6c89439a017adccefb2d4dd2142 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
symbian: TARGET.UID3 = 0x2002131B
|