source: trunk/src/plugins/graphicssystems/opengl/opengl.pro@ 846

Last change on this file since 846 was 846, checked in by Dmitry A. Kuminov, 14 years ago

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

File size: 290 bytes
Line 
1TARGET = qglgraphicssystem
2os2:TARGET_SHORT = qglgrs
3include(../../qpluginbase.pri)
4
5QT += opengl
6
7QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/graphicssystems
8
9SOURCES = main.cpp
10
11target.path += $$[QT_INSTALL_PLUGINS]/graphicssystems
12INSTALLS += target
13
14symbian: TARGET.UID3 = 0x2002131B
Note: See TracBrowser for help on using the repository browser.