You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Examples: Update include paths
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -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[])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user