Remove bootstrapping magic for qpatch

Breaks with pulse/binary packages, and is not needed anyway.

Reviewed-by: Daniel Molkentin
This commit is contained in:
Kai Koehne
2009-12-07 12:09:58 +01:00
parent 32d3db8200
commit d185116c4e

View File

@@ -1,14 +1,9 @@
TARGET = qpatch
QT = core
CONFIG += console
macx:CONFIG -= app_bundle
SOURCES += qpatch.cpp
QT_BUILD_TREE=$$fromfile($$(QTDIR)/.qmake.cache,QT_BUILD_TREE)
QT_SOURCE_TREE=$$fromfile($$(QTDIR)/.qmake.cache,QT_SOURCE_TREE)
DEFINES += QT_UIC
include(bootstrap.pri)
message($$QT_BUILD_TREE)