|
Last change
on this file since 944 was 846, checked in by Dmitry A. Kuminov, 15 years ago |
|
trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.
|
|
File size:
463 bytes
|
| Line | |
|---|
| 1 | TARGET = qmng
|
|---|
| 2 | include(../../qpluginbase.pri)
|
|---|
| 3 |
|
|---|
| 4 | QTDIR_build:REQUIRES = "!contains(QT_CONFIG, no-mng)"
|
|---|
| 5 |
|
|---|
| 6 | symbian: {
|
|---|
| 7 | #Disable warnings in 3rdparty code due to unused variables and arguments
|
|---|
| 8 | QMAKE_CXXFLAGS.CW += -W nounused
|
|---|
| 9 | TARGET.UID3=0x2001E619
|
|---|
| 10 | }
|
|---|
| 11 |
|
|---|
| 12 | include(../../../gui/image/qmnghandler.pri)
|
|---|
| 13 | SOURCES += main.cpp
|
|---|
| 14 |
|
|---|
| 15 | QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/imageformats
|
|---|
| 16 | target.path += $$[QT_INSTALL_PLUGINS]/imageformats
|
|---|
| 17 | INSTALLS += target
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.