diff options
author | Daniel Teske <[email protected]> | 2011-07-21 15:08:09 +0200 |
---|---|---|
committer | Daniel Teske <[email protected]> | 2011-07-26 18:06:08 +0200 |
commit | a3e517415d3a84570fedc8fb2fb216e65e471d15 (patch) | |
tree | b6caa543f5b1589d14794bb26f1f82df92fb6033 /src/tools/qpatch/qpatch.pro | |
parent | a838d4ac0191de63e3a3a17290ffa6d14457c4d2 (diff) |
Remove src/tools/qpatch and src/tools/qtlibspatcher
We aren't using them anymore.
Change-Id: I7ce368b350e24316f44e6fe5fcba94f07f92dbb8
Reviewed-on: http://codereview.qt.nokia.com/2217
Reviewed-by: Daniel Teske <[email protected]>
Diffstat (limited to 'src/tools/qpatch/qpatch.pro')
-rw-r--r-- | src/tools/qpatch/qpatch.pro | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/tools/qpatch/qpatch.pro b/src/tools/qpatch/qpatch.pro deleted file mode 100644 index 22142845eeb..00000000000 --- a/src/tools/qpatch/qpatch.pro +++ /dev/null @@ -1,9 +0,0 @@ -TARGET = qpatch -QT = core - -CONFIG += console -macx:CONFIG -= app_bundle - -SOURCES += qpatch.cpp - -DEFINES += QT_UIC |