Ableton / aqt-stylesheets

Apply CSS style sheets to QML applications
Other
214 stars 39 forks source link

Fix the IID of our QML plugins. #63

Closed cah-ableton closed 4 years ago

cah-ableton commented 4 years ago

Make our IIDs match the "correct" QML style, as seems to be enforced in newer versions of QT.

cah-ableton commented 4 years ago

Did I break the AppVeyor build? The error looks unrelated...

gck-ableton commented 4 years ago

Did I break the AppVeyor build? The error looks unrelated...

CMake Error at CMakeLists.txt:85 (find_package):
  By not providing "FindQt5Quick.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "Qt5Quick",
  but CMake did not find one.

but only for VS2017...?

cah-ableton commented 4 years ago

@gck-ableton is this alright with you (Appveyor version bump of Qt to 5.11.3)?

cah-ableton commented 4 years ago

Thanks both!