1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-22 00:42:04 +02:00

Fix thumbbuttons when compiling without QtSparkle *cough*

This commit is contained in:
Dominik Schmidt 2012-11-19 11:08:37 +01:00
parent 5d37e1220e
commit 795f4775a7

@ -79,8 +79,10 @@
#include <QToolBar>
#include <QToolButton>
#if defined( Q_WS_WIN ) && defined( WITH_QtSparkle )
#include <qtsparkle/Updater>
#if defined( Q_WS_WIN )
#if defined ( WITH_QtSparkle )
#include <qtsparkle/Updater>
#endif
#ifndef THBN_CLICKED
#define THBN_CLICKED 0x1800
#endif