As I pointed out in PR #985 the following files are missing from the relevant lists of the main QMake project file ./src/src.pro:
TScriptEditorManager.cpp (from SOURCES)
TScriptEditorManager.h (from HEADERS)
edbee_defaults/Lua.tmLanguage (from OTHER_FILES)
edbee_defaults/Mudlet.tmTheme (from OTHER_FILES)
The absence of the latter probably will not cause a problem but I thought missing out the first two ought to cause build problems when qmake reads it's project file...
As I pointed out in PR #985 the following files are missing from the relevant lists of the main QMake project file
./src/src.pro:TScriptEditorManager.cpp(fromSOURCES)TScriptEditorManager.h(fromHEADERS)edbee_defaults/Lua.tmLanguage(fromOTHER_FILES)edbee_defaults/Mudlet.tmTheme(fromOTHER_FILES)The absence of the latter probably will not cause a problem but I thought missing out the first two ought to cause build problems when
qmakereads it's project file...