summaryrefslogtreecommitdiffstats
path: root/libcommuni/src/imports/imports.pri
blob: 1edd926071365f64fbb9a416566981c217e3e957 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
######################################################################
# Communi
######################################################################

TEMPLATE = lib
TARGET = $$qtLibraryTarget($$TARGET)
CONFIG += plugin
!verbose:CONFIG += silent
contains(QT_CONFIG, debug_and_release) {
    win32|mac:!wince*:!win32-msvc:!macx-xcode:CONFIG += debug_and_release build_all
}

IRC_SOURCEDIR = $$PWD/../../
IRC_BUILDDIR = $$OUT_PWD/../../../

IRC_MODULES = IrcCore IrcModel IrcUtil
include(../module_deps.pri)