Changeset 19314


Ignore:
Timestamp:
10/27/18 20:00:55 (6 years ago)
Author:
tbretz
Message:
Just removed the need for __CMAKE__ by renaming the Makefile qt4 ui files.
Location:
trunk/FACT++
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/CMakeLists.txt

    r19313 r19314  
    205205SET(CMAKE_CXX_STANDARD 11)
    206206
    207 ADD_DEFINITIONS(-D__CMAKE__)
     207#ADD_DEFINITIONS(-D__CMAKE__)
    208208
    209209SET(CMAKE_CXX_FLAGS
  • trunk/FACT++/Makefile.am

    r19214 r19314  
    656656
    657657.ui.h: $<
    658         $(AM_V_GEN)$(UIC4) $< -o $@
     658        $(AM_V_GEN)$(UIC4) $< -o ui_$@
    659659
    660660.h.moc.cc: $<
  • trunk/FACT++/gui/MainWindow.h

    r19312 r19314  
    22#define FACT_MainWindow
    33
    4 #ifdef __CMAKE__
    54#include "ui_design.h"
    6 #else
    7 #include "design.h"
    8 #endif
    95
    106#include <QMainWindow>
  • trunk/FACT++/gui/RawEventsViewer/RawEventsViewer.h

    r19312 r19314  
    198198 * Class UIConnector. used to connect the interface to the raw data displayer
    199199 *************************************************/
    200 #ifndef __CMAKE__
    201 #include "viewer.h"
    202 #else
    203200#include "ui_viewer.h"
    204 #endif
    205201
    206202class Configuration;
Note: See TracChangeset for help on using the changeset viewer.