Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

class lib: Fix "nonexistent class extension" errors in non-Qt builds #3770

Merged
merged 1 commit into from Jun 9, 2018

Conversation

nhthn
Copy link
Contributor

@nhthn nhthn commented Jun 8, 2018

This commit fixes two errors about nonexistent class extensions on non-Qt
sclang builds. These are class extensions located in the deprecated
directories that are not correctly placed in "GUI" subdirectories.

This also relocates WiiMoteGUI into a GUI subdirectory. There's not much
impact since WiiMoteGUI is about to be removed and it wasn't causing an
error, but hey, might as well.

Fixes #3769.

This commit fixes two errors about nonexistent class extensions on non-Qt
sclang builds. These are class extensions located in the deprecated
directories that are not correctly placed in "GUI" subdirectories.

This also relocates WiiMoteGUI into a GUI subdirectory. There's not much
impact since WiiMoteGUI is about to be removed and it wasn't causing an
error, but hey, might as well.

Fixes supercollider#3769.
@nhthn nhthn added the comp: class library SC class library label Jun 8, 2018
@nhthn nhthn added this to the 3.10 milestone Jun 8, 2018
@patrickdupuis patrickdupuis merged commit 70ef2f4 into supercollider:develop Jun 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp: class library SC class library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Non-Qt builds: extensions to non-existent classes
2 participants