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

sh build-libexif.sh
sh refresh-translations.sh

mkdir -p build
cd build
qmake ..
qmake -tp vc ..
make
cd ..
