add debug in config options
This commit is contained in:
parent
85ecf577ab
commit
3c1575f40f
|
@ -1,7 +1,7 @@
|
|||
QT += core gui dbus network KWindowSystem sql
|
||||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||||
|
||||
CONFIG += c++11 link_pkgconfig
|
||||
CONFIG += c++11 link_pkgconfig debug
|
||||
|
||||
# 项目名
|
||||
TARGET = kylin-background-upgrade
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
QT += core gui dbus network KWindowSystem sql
|
||||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||||
|
||||
CONFIG += c++11 link_pkgconfig
|
||||
CONFIG += c++11 link_pkgconfig debug
|
||||
|
||||
# 项目名
|
||||
TARGET = kylin-background-upgrade
|
||||
|
|
Loading…
Reference in New Issue