Qt Creator Setup #1616
Qt Creator Setup
#1616
-
Heya. I'm a newbie Qt developer and I'm wondering how I can get Strawberry up and running with Qt Creator on Windows 10. I'm used to importing a project file, but there's not one included with the repo. Is development not meant to be in Qt Creator? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
jonaski
Nov 29, 2024
Replies: 1 comment
-
You need to add a kit in Qt Creator which points the Qt installation also containing all the other libraries, see https://github.com/strawberrymusicplayer/strawberry-msvc |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jonaski
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to add a kit in Qt Creator which points the Qt installation also containing all the other libraries, see https://github.com/strawberrymusicplayer/strawberry-msvc
Once that's setup you just open the
CMakeLists.txt
file in Qt creator