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;
|
static PProcessIdToSessionId pProcessIdToSessionId = 0;
|
||||||
#endif
|
#endif
|
||||||
#if defined(Q_OS_UNIX)
|
#if defined(Q_OS_UNIX)
|
||||||
|
#include <sys/types.h>
|
||||||
|
#include <unistd.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
QT += core gui webkit sql network script
|
QT += core gui webkit sql network script
|
||||||
unix:QT += dbus
|
unix:QT += dbus
|
||||||
TARGET = qupzilla
|
TARGET = QupZilla
|
||||||
TEMPLATE = lib
|
TEMPLATE = lib
|
||||||
|
|
||||||
DEFINES *= QUPZILLA_SHAREDLIBRARY
|
DEFINES *= QUPZILLA_SHAREDLIBRARY
|
||||||
|
@ -6,8 +6,8 @@ mac: TARGET = QupZilla
|
|||||||
|
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
|
|
||||||
!unix|mac: LIBS += -L../../bin -lqupzilla
|
!unix|mac: LIBS += -L../../bin -lQupZilla
|
||||||
!mac:unix: LIBS += ../../bin/libqupzilla.so
|
!mac:unix: LIBS += ../../bin/libQupZilla.so
|
||||||
|
|
||||||
include(../defines.pri)
|
include(../defines.pri)
|
||||||
include(../install.pri)
|
include(../install.pri)
|
||||||
|
@ -33,8 +33,8 @@ MOC_DIR = build
|
|||||||
RCC_DIR = build
|
RCC_DIR = build
|
||||||
UI_DIR = build
|
UI_DIR = build
|
||||||
|
|
||||||
!unix|mac: LIBS += -L$$PWD/../bin -lqupzilla
|
!unix|mac: LIBS += -L$$PWD/../bin -lQupZilla
|
||||||
!mac:unix: LIBS += $$PWD/../bin/libqupzilla.so
|
!mac:unix: LIBS += $$PWD/../bin/libQupZilla.so
|
||||||
|
|
||||||
!mac:unix {
|
!mac:unix {
|
||||||
target.path = $$library_folder/qupzilla
|
target.path = $$library_folder/qupzilla
|
||||||
|
Loading…
Reference in New Issue
Block a user