1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-06-27 11:39:16 +02:00

Fixed QT version handling in build process

This commit is contained in:
2018-07-24 17:23:14 +02:00
parent 34de55cf0c
commit 004e9bfef3
6 changed files with 17 additions and 7 deletions

View File

@ -12,7 +12,6 @@
#include <QRadioButton>
#include <QLabel>
#include <QSysInfo>
#include "config.h"
#include "icons.h"
#include "colorbox.h"
#include "stylecombobox.h"

View File

@ -4,6 +4,7 @@
#include <QDialog>
#include "palette.h"
#include "units.h"
#include "config.h"
class ColorBox;