|
Last change
on this file since 444 was 166, checked in by Dmitry A. Kuminov, 16 years ago |
|
Added short DLL names for many modules and plugins.
|
|
File size:
300 bytes
|
| Line | |
|---|
| 1 | TARGET = qsvgicon
|
|---|
| 2 | os2:TARGET_SHORT = qsvgie
|
|---|
| 3 | include(../../qpluginbase.pri)
|
|---|
| 4 |
|
|---|
| 5 | HEADERS += qsvgiconengine.h
|
|---|
| 6 | SOURCES += main.cpp \
|
|---|
| 7 | qsvgiconengine.cpp
|
|---|
| 8 | QT += xml svg
|
|---|
| 9 |
|
|---|
| 10 | QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/iconengines
|
|---|
| 11 | target.path += $$[QT_INSTALL_PLUGINS]/iconengines
|
|---|
| 12 | INSTALLS += target
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.