mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-12-25 10:01:38 +08:00
compiles for Qt5 in Kde Neon 5.16.4
This commit is contained in:
parent
686fb1eeb1
commit
95ffeadcf7
@ -69,7 +69,7 @@ if (NOT CMAKE_INSTALL_INCLUDEDIR)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
||||||
find_package(Qt5 5.0 REQUIRED Core Gui Widgets PrintSupport Svg Xml OpenGl)
|
find_package(Qt5 5.0 REQUIRED Core Gui Widgets PrintSupport Svg Xml OpenGL)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -132,12 +132,11 @@ class JKQTCOMMON_LIB_EXPORT JKQTPHighResTimer {
|
|||||||
#ifdef __WINDOWS__
|
#ifdef __WINDOWS__
|
||||||
/** \brief internal: time stamp of the last call of start() */
|
/** \brief internal: time stamp of the last call of start() */
|
||||||
LARGE_INTEGER last;
|
LARGE_INTEGER last;
|
||||||
|
|
||||||
/** \brief internal: timer frequency */
|
|
||||||
double freq;
|
|
||||||
#else
|
#else
|
||||||
struct timeval last;
|
struct timeval last;
|
||||||
#endif
|
#endif
|
||||||
|
/** \brief internal: timer frequency */
|
||||||
|
double freq;
|
||||||
public:
|
public:
|
||||||
/** \brief class constructor. */
|
/** \brief class constructor. */
|
||||||
JKQTPHighResTimer();
|
JKQTPHighResTimer();
|
||||||
|
Loading…
Reference in New Issue
Block a user