diff options
Diffstat (limited to 'src/tools/qpatch/qpatch.pro')
-rw-r--r-- | src/tools/qpatch/qpatch.pro | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/tools/qpatch/qpatch.pro b/src/tools/qpatch/qpatch.pro new file mode 100644 index 0000000000..f1bcab21b5 --- /dev/null +++ b/src/tools/qpatch/qpatch.pro @@ -0,0 +1,6 @@ +TARGET = qpatch +QT = core +CONFIG += console +macx:CONFIG -= app_bundle +SOURCES += qpatch.cpp + |