unix {
QMAKE_CXXFLAGS += -std=c++11 -Wall -Wextra
+ # You may want to adjust these paths based on the location of libHPCS on your system
+ INCLUDEPATH += $$PWD/libHPCS/include
+ LIBS += -L$$PWD/libHPCS/build -lHPCS
}
win32 {
# Add project root directory to work around VC11 include path scheme
INCLUDEPATH += "./libHPCS"
}
-DEFINES += _HPCS_LITTLE_ENDIAN
-
CONFIG(debug, debug|release) {
DEFINES += ANYANKA_DEBUG
message("Debug build")
imagedrawer.cpp \
signaldrawer.cpp \
jsonserializable.cpp \
- libHPCS/libhpcs.c \
gui/failedfilesdialog.cpp \
helpers.cpp \
usersettings.cpp
enumflags.h \
jsonserializable.h \
helpers.h \
- libHPCS/libhpcs.h \
gui/failedfilesdialog.h \
usersettings.h
#ifndef DATAFILESLOADER_H
#define DATAFILESLOADER_H
-#include "libHPCS/libhpcs.h"
+#include "libhpcs.h"
#include <QtCore/QDir>
#include <QtCore/QObject>
#include <vector>