aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerciccione <erciccione@users.noreply.github.com>2018-10-01 15:21:19 +0100
committererciccione <erciccione@users.noreply.github.com>2018-10-01 15:22:35 +0100
commitea4728afde579c9b23893cdfe15c4837225b1ca1 (patch)
tree1fc22d1151806d4df88c6ffbcc57e5388c394c89
parent1109f9cec930d01bb637b8ac279bc926cedec4fa (diff)
downloadmonzero-gui-ea4728afde579c9b23893cdfe15c4837225b1ca1.tar.gz
monzero-gui-ea4728afde579c9b23893cdfe15c4837225b1ca1.tar.xz
monzero-gui-ea4728afde579c9b23893cdfe15c4837225b1ca1.zip
adds 'pages/settings/*.qml' in the sources who get picked by lupdate
-rw-r--r--monero-wallet-gui.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/monero-wallet-gui.pro b/monero-wallet-gui.pro
index a11bb11b..94a85a4c 100644
--- a/monero-wallet-gui.pro
+++ b/monero-wallet-gui.pro
@@ -96,6 +96,7 @@ lupdate_only {
SOURCES = *.qml \
components/*.qml \
pages/*.qml \
+ pages/settings/*.qml \
wizard/*.qml \
wizard/*js
}