mirror of
https://github.com/rizinorg/cutter.git
synced 2025-02-20 13:46:06 +00:00
Fix CMake build again (#28)
Qt with CMake doesn't seem as robust as qmake is. It didn't work to include ui_* files from a different directory.
This commit is contained in:
parent
b1d26f63ce
commit
1b30240a67
@ -3,7 +3,6 @@
|
||||
#include "analthread.h"
|
||||
#include "MainWindow.h"
|
||||
#include "Settings.h"
|
||||
#include "ui_OptionsDialog.h"
|
||||
#include "dialogs/OptionsDialog.h"
|
||||
|
||||
AnalThread::AnalThread(OptionsDialog *parent) :
|
||||
|
@ -5,14 +5,10 @@
|
||||
#include <QStringList>
|
||||
#include "cutter.h"
|
||||
#include "analthread.h"
|
||||
#include "ui_OptionsDialog.h"
|
||||
|
||||
class MainWindow;
|
||||
|
||||
namespace Ui
|
||||
{
|
||||
class OptionsDialog;
|
||||
}
|
||||
|
||||
class OptionsDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
|
Loading…
Reference in New Issue
Block a user