summaryrefslogtreecommitdiffstats
path: root/examples/uml/duse-mt/src/plugins/modelinspector/modelinspector.pro
blob: e9ea98f79727132027a685caaadc362c4968ca9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#-------------------------------------------------
#
# Project created by QtCreator 2013-10-25T17:38:51
#
#-------------------------------------------------

QT       += core

TARGET = modelinspector
TEMPLATE = lib
CONFIG += plugin

DESTDIR = ../

SOURCES += modelinspectorplugin.cpp

HEADERS += modelinspectorplugin.h
OTHER_FILES += modelinspector.json

LIBS += -lduseinterfaces

unix:!symbian {
    maemo5 {
        target.path = /opt/usr/lib
    } else {
        target.path = /usr/lib
    }
    INSTALLS += target
}