forked from qt-creator/qt-creator
Remove bootstrapping magic for qpatch
Breaks with pulse/binary packages, and is not needed anyway. Reviewed-by: Daniel Molkentin
This commit is contained in:
@@ -1,14 +1,9 @@
|
|||||||
TARGET = qpatch
|
TARGET = qpatch
|
||||||
QT = core
|
QT = core
|
||||||
|
|
||||||
CONFIG += console
|
CONFIG += console
|
||||||
macx:CONFIG -= app_bundle
|
macx:CONFIG -= app_bundle
|
||||||
|
|
||||||
SOURCES += qpatch.cpp
|
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
|
DEFINES += QT_UIC
|
||||||
include(bootstrap.pri)
|
|
||||||
|
|
||||||
message($$QT_BUILD_TREE)
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user