From 49cbe0349184419530d22782cc670946b61c9f01 Mon Sep 17 00:00:00 2001 From: Tannin Date: Sat, 15 Jun 2013 14:42:20 +0200 Subject: - completed Qt5 compatibility - added GetFileVerisonInfoW hook for Windows 8 compatibility - fixed BossDummy to compile correctly with current version of the RGiesecke.DllExport assembly - fixed NCC components compiling with different Framewerk versions - dropped files-list in Nexus-tab of modinfo dialog --- src/organizer.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/organizer.pro') diff --git a/src/organizer.pro b/src/organizer.pro index ed0c817e..2e51622c 100644 --- a/src/organizer.pro +++ b/src/organizer.pro @@ -291,6 +291,8 @@ OTHER_FILES += \ tutorials/tutorial_window_installer.js \ tutorials/tutorials_installdialog.qml +INCLUDEPATH += "$(ZLIBPATH)" "$(ZLIBPATH)/build" "$(BOOSTPATH)" +LIBS += -L"$(ZLIBPATH)/build" -lzlibstatic #SOURCES += modeltest.cpp #HEADERS += modeltest.h -- cgit v1.3.1