ISilviu / PhoneBook

CRUD application that lets you manage contacts.
7 stars 0 forks source link

Can't compile in Qt Creator on Windows. #5

Open shujaatak opened 6 years ago

shujaatak commented 6 years ago

The project files do not even load in Qt Creator. Only .pro file loads. Can you guide me how to compile it in Qt Creator successfully please?

ISilviu commented 6 years ago

For this project I'm using the Qt Tools for Visual Studio.

shujaatak commented 6 years ago

I think some files are missing thats why I can't even compile it in Visual Studio. I have install Qt Tools for Visual Studio.

shujaatak commented 6 years ago

Can you please restructure project so that anyone can compile and test it?

ISilviu commented 6 years ago

I think some files are missing thats why I can't even compile it in Visual Studio. I have install Qt Tools for Visual Studio.

OK, I'm working on that.

ISilviu commented 6 years ago

These would be the steps:

  1. Create a new Qt GUI Application project.
  2. Check Core, GUI, Widgets and SQL.
  3. Clone the repo and place its files in the project files.
  4. Download Boost and add it to Additional Include Directories.
ISilviu commented 6 years ago
  1. Set the C++ standard to C++17. It's required for std::string_view.