Skip to content

QImageIOPlugin for Qt providing support for Half-Life and Quake *.spr files

Notifications You must be signed in to change notification settings

FreeSlave/qt-sprite-image-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QImageIOPlugin for Qt that provides support for Half-Life and Quake *.spr files.

This plugin is especially useful when using with KDE. After plugin is installed Gwenview should be able to show sprite images.

Note: qhl-mimetypes must be installed in order to provide MIME type definitions, so KDE apps could handle the sprite files correctly. Look at OBS packages. Another note: To enable sprite previews in Dolphin you must enable "Half-Life sprites" in Dolphin General/Previews settings.

Build and install

This method will install plugin globally on the system (for all users).

sudo apt-get install cmake qtbase5-dev extra-cmake-modules
mkdir -p build && cd build
export QT_SELECT=5
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make
sudo make install

To uninstall type:

sudo make uninstall

About

QImageIOPlugin for Qt providing support for Half-Life and Quake *.spr files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages