mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Made libcommuni show as 'libcommuni' in Qt Creator instead of 'src' (#121)
This commit is contained in:
parent
19630bf91b
commit
7a99d90337
2 changed files with 6 additions and 3 deletions
|
@ -9,9 +9,6 @@ CONFIG += communi
|
|||
COMMUNI += core model util
|
||||
CONFIG += c++14
|
||||
|
||||
DEFINES += IRC_NAMESPACE=Communi
|
||||
include(lib/libcommuni/src/src.pri)
|
||||
|
||||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||||
|
||||
# Include ourself
|
||||
|
@ -222,3 +219,6 @@ include(dependencies/settings.pri)
|
|||
include(dependencies/signals.pri)
|
||||
include(dependencies/humanize.pri)
|
||||
include(dependencies/fmt.pri)
|
||||
DEFINES += IRC_NAMESPACE=Communi
|
||||
include(dependencies/libcommuni.pri)
|
||||
|
||||
|
|
3
dependencies/libcommuni.pri
vendored
Normal file
3
dependencies/libcommuni.pri
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
include(../lib/libcommuni/src/core/core.pri)
|
||||
include(../lib/libcommuni/src/model/model.pri)
|
||||
include(../lib/libcommuni/src/util/util.pri)
|
Loading…
Reference in a new issue