From 04a517cea957e469ff8eef14080b6886bd0140bc Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Wed, 3 Jul 2013 17:47:35 -0300 Subject: Add comment with helper command. --- data/leap_client.pro | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'data') 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 \ -- cgit v1.2.3