dock: update directory structure

This commit is contained in:
Hualet Wang 2015-08-13 11:23:46 +08:00
parent 68b4fdebfb
commit f6f8121863
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = dde-dock
TEMPLATE = app
INCLUDEPATH += src/ ../libs/
INCLUDEPATH += ./src ./libs
DEFINES += PLUGIN_API_VERSION=1.0
@ -43,7 +43,7 @@ SOURCES += \
src/Widgets/apppreviews.cpp \
src/Widgets/closebutton.cpp \
src/DBus/dbushidestatemanager.cpp \
../libs/xcb_misc.cpp \
libs/xcb_misc.cpp \
src/Widgets/launcheritem.cpp \
src/Widgets/reflectioneffect.cpp \
src/Widgets/highlighteffect.cpp \
@ -80,7 +80,7 @@ HEADERS += \
src/Widgets/apppreviews.h \
src/Widgets/closebutton.h \
src/DBus/dbushidestatemanager.h \
../libs/xcb_misc.h \
libs/xcb_misc.h \
src/Widgets/launcheritem.h \
src/Widgets/reflectioneffect.h \
src/Widgets/highlighteffect.h \