kylin-tablet-desktop-general/kylin-tablet-desktop-backend/baseHead.pri

27 lines
611 B
Plaintext

QT += core KIOCore KIOFileWidgets KIOWidgets KNTLM sql KIconThemes
INCLUDEPATH += $$PWD
CONFIG += link_pkgconfig
PKGCONFIG += gsettings-qt
SOURCES += \
$$PWD/database-operation.cpp \
$$PWD/icon-theme.cpp \
$$PWD/appnamesort.cpp \
$$PWD/kylin-tablet-desktop-backend.cpp \
$$PWD/utils.cpp \
$$PWD/ukuisettings.cpp
HEADERS += \
$$PWD/database-operation.h \
$$PWD/types.h \
$$PWD/icon-theme.h \
$$PWD/appnamesort.h \
$$PWD/kylin-tablet-desktop-backend_global.h \
$$PWD/kylin-tablet-desktop-backend.h \
$$PWD/utils.h \
$$PWD/ukuisettings.h
message($$PWD)