source:
trunk/src/plugins/graphicssystems/opengl/opengl.pro@
598
Last change on this file since 598 was 597, checked in by , 15 years ago | |
---|---|
File size: 255 bytes |
Line | |
---|---|
1 | TARGET = qglgraphicssystem |
2 | os2:TARGET_SHORT = qglgrs |
3 | include(../../qpluginbase.pri) |
4 | |
5 | QT += opengl |
6 | |
7 | QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/graphicssystems |
8 | |
9 | SOURCES = main.cpp |
10 | |
11 | target.path += $$[QT_INSTALL_PLUGINS]/graphicssystems |
12 | INSTALLS += target |
Note:
See TracBrowser
for help on using the repository browser.