source: trunk/src/plugins/gfxdrivers/transformed/transformed.pro@ 1039

Last change on this file since 1039 was 561, checked in by Dmitry A. Kuminov, 16 years ago

trunk: Merged in qt 4.6.1 sources.

  • Property svn:eol-style set to native
File size: 367 bytes
Line 
1TARGET = qgfxtransformed
2include(../../qpluginbase.pri)
3
4DEFINES += QT_QWS_TRANSFORMED
5
6QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/gfxdrivers
7
8HEADERS = $$QT_SOURCE_TREE/src/gui/embedded/qscreentransformed_qws.h
9SOURCES = main.cpp \
10 $$QT_SOURCE_TREE/src/gui/embedded/qscreentransformed_qws.cpp
11
12target.path=$$[QT_INSTALL_PLUGINS]/gfxdrivers
13INSTALLS += target
Note: See TracBrowser for help on using the repository browser.