Examples: Update include paths

This commit is contained in:
FeRD (Frank Dana)
2020-10-18 05:10:33 -04:00
parent fcebbead83
commit 68ed2602b2
3 changed files with 7 additions and 5 deletions

View File

@@ -31,8 +31,8 @@
#include <fstream>
#include <iostream>
#include <memory>
#include "../../include/OpenShot.h"
#include "../../include/CrashHandler.h"
#include "OpenShot.h"
#include "CrashHandler.h"
using namespace openshot;

View File

@@ -35,8 +35,8 @@
#include <QGuiApplication>
#include <QTimer>
#include "../../include/OpenShot.h"
#include "../../include/CrashHandler.h"
#include "OpenShot.h"
#include "CrashHandler.h"
using namespace openshot;

View File

@@ -28,7 +28,9 @@
* along with OpenShot Library. If not, see <http://www.gnu.org/licenses/>.
*/
#include "../../../include/Qt/PlayerDemo.h"
#include "Qt/PlayerDemo.h"
#include <QApplication>
int main(int argc, char *argv[])
{