summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@yahoo.com.ar>2013-07-03 17:47:35 -0300
committerIvan Alejandro <ivanalejandro0@yahoo.com.ar>2013-07-08 12:01:52 -0300
commit04a517cea957e469ff8eef14080b6886bd0140bc (patch)
treefd05affc2e117382aa4481ae3292b42321cb03ee /data
parent94e293d9e930c6c50adc3af2d93f4c289a8af0d3 (diff)
Add comment with helper command.
Diffstat (limited to 'data')
-rw-r--r--data/leap_client.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/leap_client.pro b/data/leap_client.pro
index f4badf4a..ff26ad1a 100644
--- a/data/leap_client.pro
+++ b/data/leap_client.pro
@@ -1,6 +1,11 @@
# qmake file
# is not there a f*** way of expanding this? other to template with python I mean...
+
+# to get a list of python files we can use:
+# find . -iname "*.py" | grep -Ev "__init__.py|/build/|/docs/|/gui/ui_[a-z]*.py|/gui/[a-z]*_rc.py|./.venv/|/tests/"
+# and remove by hand the few files that we do not want.
+
SOURCES += ../src/leap/app.py \
../src/leap/config/leapsettings.py \
../src/leap/config/providerconfig.py \