diff options
Diffstat (limited to 'src/tools/makeitempads.pro')
-rw-r--r-- | src/tools/makeitempads.pro | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/tools/makeitempads.pro b/src/tools/makeitempads.pro new file mode 100644 index 0000000..642ffe3 --- /dev/null +++ b/src/tools/makeitempads.pro @@ -0,0 +1,7 @@ +TEMPLATE = app + +CONFIG += console c++11 +QT -= GUID + +SOURCES = \ + makeitempads.cpp |