source: trunk/src/plugins/imageformats/mng/mng.pro

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

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

File size: 463 bytes
Line 
1TARGET = qmng
2include(../../qpluginbase.pri)
3
4QTDIR_build:REQUIRES = "!contains(QT_CONFIG, no-mng)"
5
6symbian: {
7 #Disable warnings in 3rdparty code due to unused variables and arguments
8 QMAKE_CXXFLAGS.CW += -W nounused
9 TARGET.UID3=0x2001E619
10}
11
12include(../../../gui/image/qmnghandler.pri)
13SOURCES += main.cpp
14
15QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/imageformats
16target.path += $$[QT_INSTALL_PLUGINS]/imageformats
17INSTALLS += target
Note: See TracBrowser for help on using the repository browser.