From dba036816b279bc1539a9f3894fbc414665d2bce Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 21 Apr 2019 23:22:20 +0900 Subject: Removed unnecessary and/or TDE-unrelated code. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michele Calgaro Signed-off-by: Slávek Banko --- .../tools/designer/plugins/cppeditor/cppeditor.pro | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 tqtinterface/qt4/tools/designer/plugins/cppeditor/cppeditor.pro (limited to 'tqtinterface/qt4/tools/designer/plugins/cppeditor/cppeditor.pro') diff --git a/tqtinterface/qt4/tools/designer/plugins/cppeditor/cppeditor.pro b/tqtinterface/qt4/tools/designer/plugins/cppeditor/cppeditor.pro deleted file mode 100644 index 391c1d7..0000000 --- a/tqtinterface/qt4/tools/designer/plugins/cppeditor/cppeditor.pro +++ /dev/null @@ -1,21 +0,0 @@ -TEMPLATE = lib -CONFIG += qt warn_on plugin - -SOURCES += cppeditor.cpp syntaxhighliter_cpp.cpp cppcompletion.cpp editorinterfaceimpl.cpp languageinterfaceimpl.cpp common.cpp preferenceinterfaceimpl.cpp yyreg.cpp cppbrowser.cpp projectsettingsinterfaceimpl.cpp sourcetemplateinterfaceimpl.cpp -HEADERS += cppeditor.h syntaxhighliter_cpp.h cppcompletion.h editorinterfaceimpl.h languageinterfaceimpl.h preferenceinterfaceimpl.h yyreg.h cppbrowser.h projectsettingsinterfaceimpl.h sourcetemplateinterfaceimpl.h -FORMS = projectsettings.ui mainfilesettings.ui - -TARGET = cppeditor -DESTDIR = ../../../../plugins/designer -VERSION = 1.0.0 - -INCLUDEPATH += ../../interfaces ../../editor $$QT_BUILD_TREE/tools/designer/editor - -hpux-* { - LIBS += $$QT_BUILD_TREE/lib/libeditor.a -} else { - LIBS += -L$$QT_BUILD_TREE/lib -leditor -} - -target.path += $$plugins.path/designer -INSTALLS += target -- cgit v1.2.1