| .. | |||
| Research | 5 years ago | ||
| Resources | 5 years ago | ||
| config | 5 years ago | ||
| docs | 5 years ago | ||
| fonts | 5 years ago | ||
| i18n | 5 years ago | ||
| icons | 5 years ago | ||
| include/ libexif | 5 years ago | ||
| libexif | 5 years ago | ||
| photos/ Internal | 5 years ago | ||
| pics | 5 years ago | ||
| sounds | 5 years ago | ||
| src | 5 years ago | ||
| Makefile | 5 years ago | ||
| Photoframe.pro | 5 years ago | ||
| README.txt | 5 years ago | ||
| build-all.bat | 5 years ago | ||
| build-all.sh | 5 years ago | ||
| build-libexif.bat | 5 years ago | ||
| clean.bat | 5 years ago | ||
| clean2.sh | 5 years ago | ||
| dpf.ini | 5 years ago | ||
| moc_devicelist.cpp | 5 years ago | ||
| moc_iconview.cpp | 5 years ago | ||
| moc_information.cpp | 5 years ago | ||
| moc_intro.cpp | 5 years ago | ||
| moc_mainmenu.cpp | 5 years ago | ||
| moc_manager.cpp | 5 years ago | ||
| moc_musiclist.cpp | 5 years ago | ||
| moc_photolist.cpp | 5 years ago | ||
| moc_settings.cpp | 5 years ago | ||
| moc_slideshow.cpp | 5 years ago | ||
| moc_stage.cpp | 5 years ago | ||
| moc_text.cpp | 5 years ago | ||
| moc_videolist.cpp | 5 years ago | ||
| refresh-translations.bat | 5 years ago | ||
| run.bat | 5 years ago | ||
| run.sh | 5 years ago | ||
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