aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/fileutils/fileutils.pro
blob: 6ffebf2625e1b4c79205f564e4cb4647a0c673c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE = lib
TARGET = fileutilsplugin
QT += core qml
CONFIG += qt plugin c++11

SOURCES += \
    fileUtils.cpp \
    fileUtilsPlugin.cpp \

HEADERS += \
    fileUtils.h \

uri = FileUtils
load(qmlplugin)