diff options
Diffstat (limited to 'src/plugins/python/python.pro')
-rw-r--r-- | src/plugins/python/python.pro | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/src/plugins/python/python.pro b/src/plugins/python/python.pro deleted file mode 100644 index 6c2e872bf1c..00000000000 --- a/src/plugins/python/python.pro +++ /dev/null @@ -1,33 +0,0 @@ -include(../../qtcreatorplugin.pri) - -DEFINES += \ - PYTHON_LIBRARY - -HEADERS += \ - pythonconstants.h \ - pythoneditor.h \ - pythonformattoken.h \ - pythonhighlighter.h \ - pythonindenter.h \ - pythonlanguageclient.h \ - pythonplugin.h \ - pythonproject.h \ - pythonrunconfiguration.h \ - pythonscanner.h \ - pythonsettings.h \ - pythonutils.h \ - -SOURCES += \ - pythoneditor.cpp \ - pythonhighlighter.cpp \ - pythonindenter.cpp \ - pythonlanguageclient.cpp \ - pythonplugin.cpp \ - pythonproject.cpp \ - pythonrunconfiguration.cpp \ - pythonscanner.cpp \ - pythonsettings.cpp \ - pythonutils.cpp \ - -RESOURCES += \ - python.qrc |