mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-11-15 18:15:52 +08:00
Merge pull request #11 from cvilas/master
compiles for Qt5 in KDE Neon 5.16.4
This commit is contained in:
commit
89e0885308
@ -69,7 +69,7 @@ if (NOT CMAKE_INSTALL_INCLUDEDIR)
|
||||
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__
|
||||
/** \brief internal: time stamp of the last call of start() */
|
||||
LARGE_INTEGER last;
|
||||
|
||||
/** \brief internal: timer frequency */
|
||||
double freq;
|
||||
#else
|
||||
struct timeval last;
|
||||
#endif
|
||||
/** \brief internal: timer frequency */
|
||||
double freq;
|
||||
public:
|
||||
/** \brief class constructor. */
|
||||
JKQTPHighResTimer();
|
||||
|
Loading…
Reference in New Issue
Block a user