mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
18 lines
283 B
Prolog
18 lines
283 B
Prolog
|
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
|