diff options
Diffstat (limited to 'shell.pro')
-rw-r--r-- | shell.pro | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/shell.pro b/shell.pro new file mode 100644 index 0000000..c779949 --- /dev/null +++ b/shell.pro @@ -0,0 +1,7 @@ +TEMPLATE = subdirs + +load(configure) + +SUBDIRS = shell package + +package.depends += shell |