Page 3 of 3 FirstFirst 123
Results 21 to 22 of 22

Thread: make: *** [] Error 1 when compiling a program

  1. #21
    Join Date
    Jan 2017
    Beans
    235

    Re: make: *** [] Error 1 when compiling a program

    Did you make the two additional changes at the bottom of post #13?
    Code:
    src/gui/NetworkView.cpp:7: //#include <QtConcurrentMap> // comment out this line - removed from Qt5
    src/gui/GroupItemDialog.cpp:20: #include <QtCore> // add this line
    Including the QtCore header should get rid of the QMimeData error.

  2. #22
    Join Date
    Oct 2018
    Beans
    13

    Re: make: *** [] Error 1 when compiling a program

    Hello everyone!

    Yes, norobro, I have forgotten to comment the src/gui/NetworkView.cpp line... Now it worked!
    So far at least..

    Thanks for all the help!!

    Cheers

    JP

Page 3 of 3 FirstFirst 123

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •