diff options
Diffstat (limited to 'src/plugins/python/python.pro')
-rw-r--r-- | src/plugins/python/python.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/plugins/python/python.pro b/src/plugins/python/python.pro index ec4ea74c06..29c53be779 100644 --- a/src/plugins/python/python.pro +++ b/src/plugins/python/python.pro @@ -13,7 +13,8 @@ HEADERS += \ pythonproject.h \ pythonrunconfiguration.h \ pythonscanner.h \ - pythonsettings.h + pythonsettings.h \ + pythonutils.h SOURCES += \ pythonplugin.cpp \ @@ -23,7 +24,8 @@ SOURCES += \ pythonproject.cpp \ pythonrunconfiguration.cpp \ pythonscanner.cpp \ - pythonsettings.cpp + pythonsettings.cpp \ + pythonutils.cpp RESOURCES += \ python.qrc |