Changeset 19314
- Timestamp:
- 10/27/18 20:00:55 (6 years ago)
- Location:
- trunk/FACT++
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/CMakeLists.txt
r19313 r19314 205 205 SET(CMAKE_CXX_STANDARD 11) 206 206 207 ADD_DEFINITIONS(-D__CMAKE__)207 #ADD_DEFINITIONS(-D__CMAKE__) 208 208 209 209 SET(CMAKE_CXX_FLAGS -
trunk/FACT++/Makefile.am
r19214 r19314 656 656 657 657 .ui.h: $< 658 $(AM_V_GEN)$(UIC4) $< -o $@658 $(AM_V_GEN)$(UIC4) $< -o ui_$@ 659 659 660 660 .h.moc.cc: $< -
trunk/FACT++/gui/MainWindow.h
r19312 r19314 2 2 #define FACT_MainWindow 3 3 4 #ifdef __CMAKE__5 4 #include "ui_design.h" 6 #else7 #include "design.h"8 #endif9 5 10 6 #include <QMainWindow> -
trunk/FACT++/gui/RawEventsViewer/RawEventsViewer.h
r19312 r19314 198 198 * Class UIConnector. used to connect the interface to the raw data displayer 199 199 *************************************************/ 200 #ifndef __CMAKE__201 #include "viewer.h"202 #else203 200 #include "ui_viewer.h" 204 #endif205 201 206 202 class Configuration;
Note:
See TracChangeset
for help on using the changeset viewer.