c++ - Including external *.cpp and *.h files to prject -
what have: (qt ide, qmake, linux) project in c ++. project needed use * .h , * .cpp files located in other directories ( "common" library, uncompiled, sources).
how connect these files project (to make changes in pro file), specify path "common" library.
Comments
Post a Comment