Import / applications / Photoframe /
@John Ryland John Ryland authored on 22 Dec 2020
..
config import NUC files 5 years ago
docs import NUC files 5 years ago
fonts import NUC files 5 years ago
i18n import NUC files 5 years ago
icons import NUC files 5 years ago
libexif import NUC files 5 years ago
photos/ Internal import NUC files 5 years ago
pics import NUC files 5 years ago
sounds import NUC files 5 years ago
src import NUC files 5 years ago
Photoframe.pro import NUC files 5 years ago
README.txt import NUC files 5 years ago
build-all.bat import NUC files 5 years ago
build-libexif.bat import NUC files 5 years ago
clean.bat import NUC files 5 years ago
refresh-translations.bat import NUC files 5 years ago
run.bat import NUC files 5 years ago
README.txt
Building on Windows
-------------------

First install Qt + MingW compiler
Add both Qt and MingW bin directories to your PATH
Verify they work by opening a command prompt and
typing "make -v" and "qmake -v" and make sure command
are found.


A) Using QDevelop

	1) First run the "build-libexif.bat" script
	2) Now open Photoframe.pro with QDevelop, click build
	3) Use the "refresh-translations.bat" for deployment
	4) Use "clean.bat" before making a dist package

B) Using command line only

	1) "build-all.bat" will do everything
	2) "run.bat" to run it
	3) "clean.bat" to remove everything built