Skip to content
Snippets Groups Projects
Commit d185116c authored by Kai Koehne's avatar Kai Koehne
Browse files

Remove bootstrapping magic for qpatch

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

Reviewed-by: Daniel Molkentin
parent 32d3db82
No related merge requests found
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)
SOURCES += qpatch.cpp
DEFINES += QT_UIC
include(bootstrap.pri)
message($$QT_BUILD_TREE)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment