1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-20 10:46:35 +01:00

Fixed compilation + renamed libqupzilla to libQupZilla

- closes #362
This commit is contained in:
nowrep 2012-04-02 21:21:50 +02:00
parent 0142c3ba9f
commit 0afd53e4f6
4 changed files with 7 additions and 5 deletions

View File

@ -56,6 +56,8 @@ typedef BOOL(WINAPI* PProcessIdToSessionId)(DWORD, DWORD*);
static PProcessIdToSessionId pProcessIdToSessionId = 0;
#endif
#if defined(Q_OS_UNIX)
#include <sys/types.h>
#include <unistd.h>
#include <time.h>
#endif

View File

@ -1,6 +1,6 @@
QT += core gui webkit sql network script
unix:QT += dbus
TARGET = qupzilla
TARGET = QupZilla
TEMPLATE = lib
DEFINES *= QUPZILLA_SHAREDLIBRARY

View File

@ -6,8 +6,8 @@ mac: TARGET = QupZilla
TEMPLATE = app
!unix|mac: LIBS += -L../../bin -lqupzilla
!mac:unix: LIBS += ../../bin/libqupzilla.so
!unix|mac: LIBS += -L../../bin -lQupZilla
!mac:unix: LIBS += ../../bin/libQupZilla.so
include(../defines.pri)
include(../install.pri)

View File

@ -33,8 +33,8 @@ MOC_DIR = build
RCC_DIR = build
UI_DIR = build
!unix|mac: LIBS += -L$$PWD/../bin -lqupzilla
!mac:unix: LIBS += $$PWD/../bin/libqupzilla.so
!unix|mac: LIBS += -L$$PWD/../bin -lQupZilla
!mac:unix: LIBS += $$PWD/../bin/libQupZilla.so
!mac:unix {
target.path = $$library_folder/qupzilla