Link against widgets only when available
[profile/ivi/qtdeclarative.git] / tools / qmlmin / qmlmin.pro
1 QT       = core qmldevtools-private
2 CONFIG  += console
3 CONFIG  -= app_bundle
4 DESTDIR  = $$QT.declarative.bins
5 SOURCES += main.cpp
6
7 target.path = $$[QT_INSTALL_BINS]
8 INSTALLS += target
9