summaryrefslogtreecommitdiffstats
path: root/src/core/core_project.pro
blob: ecb4a3ab588194ba53302d52f98d392d88bb2138 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
TEMPLATE = lib
# Fake project to make QtCreator happy.

include(core_common.pri)

linking_pri = $$OUT_PWD/$$getConfigDir()/$${TARGET}.pri

!include($$linking_pri) {
    error("Could not find the linking information that gn should have generated.")
}

CHROMIUM_SRC_DIR = $$QTWEBENGINE_ROOT/$$getChromiumSrcDir()
INCLUDEPATH += $$CHROMIUM_SRC_DIR \
               $$CHROMIUM_SRC_DIR/third_party/blink/public \
               $$OUT_PWD/$$getConfigDir()/gen

SOURCES += $$NINJA_SOURCES
HEADERS += $$NINJA_HEADERS
DEFINES += $$NINJA_DEFINES

lupdate_run {
    SOURCES += clipboard_qt.cpp \
        profile_adapter_client.cpp \
        profile_adapter.cpp \
        render_view_context_menu_qt.cpp \
        web_contents_adapter.cpp
}