1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-20 22:59:41 -04:00

fix AUTOUIC with cmake <3.9 on sdrgui with ../ include

This commit is contained in:
Davide Gerhard
2019-05-09 12:02:19 +02:00
parent d82752fcfb
commit 44668ad425
2 changed files with 55 additions and 46 deletions
+2 -2
View File
@@ -21,8 +21,8 @@
#include <QList>
#include <QSysInfo>
#include "../mainwindow.h"
#include "../ui_mainwindow.h"
#include "mainwindow.h"
#include "ui_mainwindow.h"
#include "loggerwithfile.h"
#include "device/deviceapi.h"
#include "device/deviceuiset.h"