From c1eca424e6e9e505a378cf131f5c0ebc060983a5 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Wed, 26 Jan 2022 11:40:20 +0100 Subject: Remove qmake build files Change-Id: Ia5160d6796d301051c5b02c91f65b0a449cad136 Reviewed-by: hjk --- plugins/haskell/config.pri | 12 --------- plugins/haskell/haskell.pro | 61 --------------------------------------------- 2 files changed, 73 deletions(-) delete mode 100644 plugins/haskell/config.pri delete mode 100644 plugins/haskell/haskell.pro (limited to 'plugins') diff --git a/plugins/haskell/config.pri b/plugins/haskell/config.pri deleted file mode 100644 index 0e52377..0000000 --- a/plugins/haskell/config.pri +++ /dev/null @@ -1,12 +0,0 @@ -# Qt Creator linking - -## Either set the IDE_SOURCE_TREE when running qmake, -## or set the QTC_SOURCE environment variable, to override the default setting -isEmpty(IDE_SOURCE_TREE): IDE_SOURCE_TREE = $$(QTC_SOURCE) -isEmpty(IDE_SOURCE_TREE): IDE_SOURCE_TREE = "$$PWD/../../../qtcreator_src" - -## Either set the IDE_BUILD_TREE when running qmake, -## or set the QTC_BUILD environment variable, to override the default setting -isEmpty(IDE_BUILD_TREE): IDE_BUILD_TREE = $$(QTC_BUILD) -isEmpty(IDE_BUILD_TREE): IDE_BUILD_TREE = "$$PWD/../../../qtcreator_build" - diff --git a/plugins/haskell/haskell.pro b/plugins/haskell/haskell.pro deleted file mode 100644 index df46a27..0000000 --- a/plugins/haskell/haskell.pro +++ /dev/null @@ -1,61 +0,0 @@ -DEFINES += HASKELL_LIBRARY - -# Haskell files - -SOURCES += \ - haskelleditorfactory.cpp \ - haskellplugin.cpp \ - haskellhighlighter.cpp \ - haskelltokenizer.cpp \ - haskellmanager.cpp \ - optionspage.cpp \ - haskellproject.cpp \ - haskellbuildconfiguration.cpp \ - stackbuildstep.cpp \ - haskellrunconfiguration.cpp - -HEADERS += \ - haskell_global.h \ - haskellconstants.h \ - haskelleditorfactory.h \ - haskellplugin.h \ - haskellhighlighter.h \ - haskelltokenizer.h \ - haskellmanager.h \ - optionspage.h \ - haskellproject.h \ - haskellbuildconfiguration.h \ - stackbuildstep.h \ - haskellrunconfiguration.h - -## uncomment to build plugin into user config directory -## /plugins/ -## where is e.g. -## "%LOCALAPPDATA%\QtProject\qtcreator" on Windows Vista and later -## "$XDG_DATA_HOME/data/QtProject/qtcreator" or "~/.local/share/data/QtProject/qtcreator" on Linux -## "~/Library/Application Support/QtProject/Qt Creator" on OS X -#USE_USER_DESTDIR = yes - -###### If the plugin can be depended upon by other plugins, this code needs to be outsourced to -###### _dependencies.pri, where is the name of the directory containing the -###### plugin's sources. - -QTC_PLUGIN_NAME = Haskell -QTC_LIB_DEPENDS += \ - # nothing here at this time - -QTC_PLUGIN_DEPENDS += \ - coreplugin \ - projectexplorer \ - texteditor - -QTC_PLUGIN_RECOMMENDS += \ - # optional plugin dependencies. nothing here at this time - -###### End _dependencies.pri contents ###### - -include(config.pri) -include($$IDE_SOURCE_TREE/src/qtcreatorplugin.pri) - -RESOURCES += \ - haskell.qrc -- cgit v1.2.3