diff options
Diffstat (limited to 'platformer.pro')
| -rw-r--r-- | platformer.pro | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/platformer.pro b/platformer.pro new file mode 100644 index 0000000..9035e94 --- /dev/null +++ b/platformer.pro @@ -0,0 +1,11 @@ +#------------------------------------------------- +# +# Project created by QtCreator 2011-02-20T21:55:55 +# +#------------------------------------------------- + +TEMPLATE = subdirs +CONFIG += ordered + +SUBDIRS = libtiled \ + src |
