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

Last change on this file since 598 was 597, checked in by Dmitry A. Kuminov, 15 years ago

plugins/graphicsystems: Short DLL names on OS/2.

File size: 255 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
Note: See TracBrowser for help on using the repository browser.