Skip to content

Instantly share code, notes, and snippets.

@zeph1e
Created June 10, 2015 16:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zeph1e/f70104bf35c894ca0978 to your computer and use it in GitHub Desktop.
Save zeph1e/f70104bf35c894ca0978 to your computer and use it in GitHub Desktop.
qmake: auto subdir
# automatically add existing sub directories to SUBDIRS
TEMPLATE = subdirs
SUBDIRS = $$system("ls -d */ | cut -f1 -d'/'")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment