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