Prepare for merging into qtcreator

Remove the licensechecker dependency, move everything into
src/plugins/qmlprofilerextension, and adapt the build system.

Change-Id: I58bf34ecd838514d02b5c50189cd8a5eb99793b0
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
Ulf Hermann
2016-01-21 12:46:01 +01:00
committed by Eike Ziller
parent ed15f7067d
commit 9a77f5f429
30 changed files with 1 additions and 25 deletions

View File

@@ -1,6 +0,0 @@
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS += plugins/qmlprofiler
QMAKE_EXTRA_TARGETS = docs install_docs # dummy targets for consistency

View File

@@ -1,7 +0,0 @@
IDE_SOURCE_TREE=$$(QTC_SOURCE)
IDE_BUILD_TREE=$$(QTC_BUILD)
isEmpty(IDE_SOURCE_TREE):error(Set QTC_SOURCE environment variable)
isEmpty(IDE_BUILD_TREE):error(Set QTC_BUILD environment variable)
include($$IDE_SOURCE_TREE/src/qtcreatorlibrary.pri)

View File

@@ -1,8 +0,0 @@
isEmpty(IDE_SOURCE_TREE): IDE_SOURCE_TREE=$$(QTC_SOURCE)
isEmpty(IDE_BUILD_TREE): IDE_BUILD_TREE=$$(QTC_BUILD)
isEmpty(IDE_SOURCE_TREE):error(Set QTC_SOURCE environment variable)
isEmpty(IDE_BUILD_TREE):error(Set QTC_BUILD environment variable)
INCLUDEPATH+= $$PWD/plugins
include($$IDE_SOURCE_TREE/src/qtcreatorplugin.pri)

View File

@@ -1,6 +1,3 @@
TARGET = QmlProfilerExtension
TEMPLATE = lib
include(../../qtcreatorplugin.pri) include(../../qtcreatorplugin.pri)
QT += qml quick quickwidgets QT += qml quick quickwidgets

View File

@@ -1,6 +1,6 @@
import qbs import qbs
QtcCommercialPlugin { QtcPlugin {
name: "QmlProfilerExtension" name: "QmlProfilerExtension"
Depends { name: "Core" } Depends { name: "Core" }