forked from Public/monero-gui
first push
This commit is contained in:
17
bitmonero.pro
Normal file
17
bitmonero.pro
Normal file
@@ -0,0 +1,17 @@
|
||||
TEMPLATE = app
|
||||
|
||||
QT += qml quick widgets
|
||||
|
||||
SOURCES += main.cpp \
|
||||
filter.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
|
||||
Reference in New Issue
Block a user