sfml - How to add resources to non qt-project in qt-creator using qmake -
as title says i'm trying add resources project (sfml) i'm developing on gnu/linux. i'm using qt-creator develop non-qt application using qmake build project. means usual qt way handle resources in .qrc
not option.
i've tried symlink resource folder build folder works feels wrong.
any suggestions of great help.
after smashing head against while ended restructuring project , using make instead of qmake. worked charm.
then added custom make script build steps in qt creator can build , run ctrl+r.
Comments
Post a Comment