mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-20 07:36:31 -05:00
Allow compiling without the network module
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#ifndef UPDATEPROMOTER_H
|
||||
#define UPDATEPROMOTER_H
|
||||
|
||||
#ifdef QT_NETWORK_LIB
|
||||
|
||||
#include "network.h"
|
||||
|
||||
#include <QDialog>
|
||||
@@ -47,4 +49,6 @@ signals:
|
||||
void changedPreferences();
|
||||
};
|
||||
|
||||
#endif // QT_NETWORK_LIB
|
||||
|
||||
#endif // UPDATEPROMOTER_H
|
||||
|
||||
Reference in New Issue
Block a user