This code now compiles OK in either Qt4 or Qt5. To run in Qt5 we'll need

a Qt5-compatible "thermo" widget.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3310 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2013-05-23 20:21:47 +00:00
parent 67a99ccbc4
commit c4e6f89b0b
6 changed files with 24 additions and 5 deletions
+4
View File
@@ -1,4 +1,8 @@
#ifdef QT5
#include <QtWidgets>
#else
#include <QtGui>
#endif
#include <QApplication>
#include <portaudio.h>
#include "mainwindow.h"