luyiming / Paint3D

Remake of Microsoft Paint 3D program, written in Qt/QML/C++.
16 stars 5 forks source link

Not sure how to run the app. #1

Open michaelleepow90 opened 4 years ago

michaelleepow90 commented 4 years ago

Not sure how to do this, Is there an easy way to make this executable?

  1. path-to-at-bin/windeploy.exe path-to-exeutable
  2. copy the following folders from Qt installation directory:

Qt/labs/folderlistmodel Qt/labs/settings Qt/labs/sharedimage QtGraphicalEffects QtQuick/Controls QtQuick/Dialogs

I have seen the instructions, but not sure how to deploy it into an executable app?

luyiming commented 4 years ago

I didn't upload the executable file. If you want to use, you need to open it in QT and compile. You can download QT here https://www.qt.io/download-open-source BTW, it is my course project in sophomore year. I don't think it is good to use. The code is awful.