marcin
2014-07-16 14:40:09 +02:00
parent 855d5736c5
commit 2eddebe1c2
15 changed files with 98 additions and 27 deletions

View File

@@ -3,7 +3,8 @@ TEMPLATE = app
QT += qml quick widgets
SOURCES += main.cpp \
filter.cpp
filter.cpp \
clipboardAdapter.cpp
RESOURCES += qml.qrc
@@ -14,4 +15,5 @@ QML_IMPORT_PATH =
include(deployment.pri)
HEADERS += \
filter.h
filter.h \
clipboardAdapter.h