source: trunk/src/plugins/bearer/generic/generic.pro

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

general: Shortened a bunch of plugin DLL names with TARGET_SHORT.

File size: 451 bytes
Line 
1TARGET = qgenericbearer
2os2:TARGET_SHORT = qgenbr
3include(../../qpluginbase.pri)
4
5QT = core network
6
7HEADERS += qgenericengine.h \
8 ../qnetworksession_impl.h \
9 ../qbearerengine_impl.h \
10 ../platformdefs_win.h
11SOURCES += qgenericengine.cpp \
12 ../qnetworksession_impl.cpp \
13 main.cpp
14
15QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/bearer
16target.path += $$[QT_INSTALL_PLUGINS]/bearer
17INSTALLS += target
Note: See TracBrowser for help on using the repository browser.