source: trunk/src/plugins/graphicssystems/trace/trace.pro@ 890

Last change on this file since 890 was 846, checked in by Dmitry A. Kuminov, 14 years ago

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

  • Property svn:eol-style set to native
File size: 364 bytes
Line 
1TARGET = qtracegraphicssystem
2os2:TARGET_SHORT = qtrgrs
3include(../../qpluginbase.pri)
4
5QT += network
6
7QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/graphicssystems
8symbian:TARGET.UID3 = 0x2002130E
9
10SOURCES = main.cpp qgraphicssystem_trace.cpp
11
12target.path += $$[QT_INSTALL_PLUGINS]/graphicssystems
13INSTALLS += target
14INCLUDEPATH += ../../../3rdparty/harfbuzz/src
Note: See TracBrowser for help on using the repository browser.