aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/CommandLineOptions/UninstallOption/UninstallOption.pro
blob: d84f8b86e50e05371b6b1ffeef8ceb3f82987f31 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
include(../../plugins.pri)

CONFIG += warn_on \
plugin  \
 lib

TARGET = $$PLUGINS_PREFIX/CommandLineOptions/uninstalloption

TEMPLATE = lib

RESOURCES = translations/translations.qrc

LIBS += -lqmmpui0 -lqmmp0

HEADERS += uninstalloption.h

SOURCES += uninstalloption.cpp