source: trunk/src/plugins/gfxdrivers/ahi/ahi.pro@ 787

Last change on this file since 787 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: 283 bytes
Line 
1TARGET = qahiscreen
2include(../../qpluginbase.pri)
3
4QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/gfxdrivers
5
6target.path = $$[QT_INSTALL_PLUGINS]/gfxdrivers
7INSTALLS += target
8
9HEADERS = qscreenahi_qws.h
10
11SOURCES = qscreenahi_qws.cpp \
12 qscreenahiplugin.cpp
13
14LIBS += -lahi
Note: See TracBrowser for help on using the repository browser.