mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 10:46:35 +01:00
parent
0142c3ba9f
commit
0afd53e4f6
2
src/lib/3rdparty/qtlocalpeer.cpp
vendored
2
src/lib/3rdparty/qtlocalpeer.cpp
vendored
@ -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
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
QT += core gui webkit sql network script
|
||||
unix:QT += dbus
|
||||
TARGET = qupzilla
|
||||
TARGET = QupZilla
|
||||
TEMPLATE = lib
|
||||
|
||||
DEFINES *= QUPZILLA_SHAREDLIBRARY
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user