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

Popular posts from this blog

vb.net - Alternative to the T-SQL AS keyword -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

ios - UICollectionView Self Sizing Cells with Auto Layout -