source: trunk/src/plugins/graphicssystems/openvg/openvg.pro@ 1030

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

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

  • Property svn:eol-style set to native
File size: 346 bytes
Line 
1TARGET = qvggraphicssystem
2os2:TARGET_SHORT = qvggrs
3include(../../qpluginbase.pri)
4
5QT += openvg
6
7QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/graphicssystems
8
9SOURCES = main.cpp qgraphicssystem_vg.cpp
10HEADERS = qgraphicssystem_vg_p.h
11
12target.path += $$[QT_INSTALL_PLUGINS]/graphicssystems
13INSTALLS += target
14
15symbian: TARGET.UID3 = 0x2001E62C
Note: See TracBrowser for help on using the repository browser.