mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 06:07:37 +02:00
Fix thumbbuttons when compiling without QtSparkle *cough*
This commit is contained in:
@@ -79,8 +79,10 @@
|
|||||||
#include <QToolBar>
|
#include <QToolBar>
|
||||||
#include <QToolButton>
|
#include <QToolButton>
|
||||||
|
|
||||||
#if defined( Q_WS_WIN ) && defined( WITH_QtSparkle )
|
#if defined( Q_WS_WIN )
|
||||||
#include <qtsparkle/Updater>
|
#if defined ( WITH_QtSparkle )
|
||||||
|
#include <qtsparkle/Updater>
|
||||||
|
#endif
|
||||||
#ifndef THBN_CLICKED
|
#ifndef THBN_CLICKED
|
||||||
#define THBN_CLICKED 0x1800
|
#define THBN_CLICKED 0x1800
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user