|
Last change
on this file was 597, checked in by Dmitry A. Kuminov, 16 years ago |
|
plugins/graphicsystems: Short DLL names on OS/2.
|
-
Property svn:eol-style
set to
native
|
|
File size:
368 bytes
|
| Line | |
|---|
| 1 | TARGET = qshivavggraphicssystem
|
|---|
| 2 | os2:TARGET_SHORT = qsvgrs
|
|---|
| 3 | include(../../qpluginbase.pri)
|
|---|
| 4 |
|
|---|
| 5 | QT += openvg
|
|---|
| 6 |
|
|---|
| 7 | QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/graphicssystems
|
|---|
| 8 |
|
|---|
| 9 | SOURCES = main.cpp shivavggraphicssystem.cpp shivavgwindowsurface.cpp
|
|---|
| 10 | HEADERS = shivavggraphicssystem.h shivavgwindowsurface.h
|
|---|
| 11 |
|
|---|
| 12 | target.path += $$[QT_INSTALL_PLUGINS]/graphicssystems
|
|---|
| 13 | INSTALLS += target
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.