#!/bin/bash
#
# Script to build Photoframe
# By John Ryland
# InvertedLogic 2009-2021
#

sh build-libexif.sh

qmake
make

echo sh refresh-translations.sh
sh refresh-translations.sh

echo cp config/dpf.ini ./
cp config/dpf.ini ./
