source:
trunk/src/plugins/graphicssystems/trace/trace.pro
Last change on this file was 846, checked in by , 14 years ago | |
---|---|
|
|
File size: 364 bytes |
Line | |
---|---|
1 | TARGET = qtracegraphicssystem |
2 | os2:TARGET_SHORT = qtrgrs |
3 | include(../../qpluginbase.pri) |
4 | |
5 | QT += network |
6 | |
7 | QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/graphicssystems |
8 | symbian:TARGET.UID3 = 0x2002130E |
9 | |
10 | SOURCES = main.cpp qgraphicssystem_trace.cpp |
11 | |
12 | target.path += $$[QT_INSTALL_PLUGINS]/graphicssystems |
13 | INSTALLS += target |
14 | INCLUDEPATH += ../../../3rdparty/harfbuzz/src |
Note:
See TracBrowser
for help on using the repository browser.