move from bitmonero to monero-core

This commit is contained in:
Riccardo Spagni
2015-04-01 10:51:47 +02:00
parent c63251f579
commit 885b6251a6
2 changed files with 3 additions and 3 deletions

19
monero-core.pro Normal file
View File

@@ -0,0 +1,19 @@
TEMPLATE = app
QT += qml quick widgets
SOURCES += main.cpp \
filter.cpp \
clipboardAdapter.cpp
RESOURCES += qml.qrc
# Additional import path used to resolve QML modules in Qt Creator's code model
QML_IMPORT_PATH =
# Default rules for deployment.
include(deployment.pri)
HEADERS += \
filter.h \
clipboardAdapter.h