Changeset 18986 for trunk


Ignore:
Timestamp:
04/06/18 16:58:30 (7 years ago)
Author:
tbretz
Message:
Simplified include paths and worked around a MOC bug encountered with the cmake build system - not sure why it does not happen in the classical system.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/gui/RawEventsViewer/RawEventsViewer.h

    r17273 r18986  
    1818#include <QObject>
    1919
    20 #include "../BasicGlCamera.h"
     20#include "BasicGlCamera.h"
    2121
    2222#include <qwt_plot_curve.h>
     
    2525class QwtPlotGrid;
    2626
    27 #include "../../src/DataCalib.h"
    28 #include "../../externals/ofits.h"
     27#ifndef Q_MOC_RUN
     28#include "src/DataCalib.h"
     29#include "externals/ofits.h"
     30#endif
    2931
    3032/*************************************************
Note: See TracChangeset for help on using the changeset viewer.