Last change
on this file since 497 was 2, checked in by Dmitry A. Kuminov, 16 years ago |
Initially imported qt-all-opensource-src-4.5.1 from Trolltech.
|
File size:
306 bytes
|
Line | |
---|
1 | TARGET = qico
|
---|
2 | include(../../qpluginbase.pri)
|
---|
3 |
|
---|
4 | QTDIR_build:REQUIRES = "!contains(QT_CONFIG, no-ico)"
|
---|
5 |
|
---|
6 | HEADERS += qicohandler.h
|
---|
7 | SOURCES += main.cpp \
|
---|
8 | qicohandler.cpp
|
---|
9 |
|
---|
10 | QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/imageformats
|
---|
11 | target.path += $$[QT_INSTALL_PLUGINS]/imageformats
|
---|
12 | INSTALLS += target
|
---|
Note:
See
TracBrowser
for help on using the repository browser.