-
Notifications
You must be signed in to change notification settings - Fork 852
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
Build app from this repository #4078
Comments
Unpack this file into the folder with other dependencies (next to The linked video is a bit misleading and instructing to copy these files into You can inspect |
Thank you very much friend! Everything worked in the release64 folder, I added the DLL files and entered the command line arguments and Frizing version 1.0.0 worked for me! Thank you! This was my first experience building an application in Qt. |
The linked video has been removed by YouTube for apparently "violating its terms".... assuming it was a video describing how to use Qt to build an open-source project, it's hard to imagine exactly terms it breached? |
When I try build app from this repository...
I got to this error:
\fritzing-app\src\sketch\zoomablegraphicsview.cpp(89): error C2039: 'device': is not a member of 'QWheelEvent'
I to comment all code where been variable device(), but I got new fatal error LNK1104: cannot open file 'quazip1-qt5.lib'
I'm trying to create an application from a YouTube video -
https://youtu.be/deyyxNkQPSM?si=Zj9KcpwCAB9Q_x-G
Please, friends, who has the time, strength and desire, tell me what I’m doing wrong
Originally posted by @ashtana in #4070 (comment)
The text was updated successfully, but these errors were encountered: