2012-02-22 18:33:44 +01:00
|
|
|
include(defines.pri)
|
|
|
|
|
2012-02-18 14:47:38 +01:00
|
|
|
INCLUDEPATH += $$PWD/src/3rdparty\
|
|
|
|
$$PWD/src/app\
|
|
|
|
$$PWD/src/autofill\
|
|
|
|
$$PWD/src/bookmarks\
|
|
|
|
$$PWD/src/cookies\
|
|
|
|
$$PWD/src/downloads\
|
|
|
|
$$PWD/src/history\
|
|
|
|
$$PWD/src/navigation\
|
|
|
|
$$PWD/src/network\
|
|
|
|
$$PWD/src/other\
|
|
|
|
$$PWD/src/preferences\
|
|
|
|
$$PWD/src/rss\
|
|
|
|
$$PWD/src/tools\
|
|
|
|
$$PWD/src/utils\
|
|
|
|
$$PWD/src/webview\
|
|
|
|
$$PWD/src/plugins\
|
|
|
|
$$PWD/src/sidebar\
|
|
|
|
$$PWD/src/data\
|
|
|
|
$$PWD/src/adblock\
|
|
|
|
$$PWD/src/desktopnotifications\
|
|
|
|
$$PWD/src/opensearch\
|
|
|
|
$$PWD/src/bookmarksimport\
|
|
|
|
$$PWD/src/popupwindow\
|
|
|
|
|
|
|
|
TEMPLATE = lib
|
|
|
|
CONFIG += plugin
|
2012-02-22 18:33:44 +01:00
|
|
|
DESTDIR = $$PWD/bin/plugins/
|
2012-02-18 14:47:38 +01:00
|
|
|
|
2012-02-19 16:01:51 +01:00
|
|
|
OBJECTS_DIR = build
|
|
|
|
MOC_DIR = build
|
|
|
|
RCC_DIR = build
|
|
|
|
UI_DIR = build
|
2012-02-18 14:47:38 +01:00
|
|
|
|
2012-02-19 16:01:51 +01:00
|
|
|
LIBS += -L $$PWD/bin -lqupzilla
|
2012-02-20 22:34:09 +01:00
|
|
|
|
|
|
|
!mac:unix {
|
|
|
|
target.path = $$library_folder/qupzilla
|
|
|
|
|
|
|
|
INSTALLS += target
|
|
|
|
}
|