diff -r 99ad1390cd33 -r c499df2dbb33 ui/commandhandlers/commoncommandhandlers/commoncommandhandlers.pro --- a/ui/commandhandlers/commoncommandhandlers/commoncommandhandlers.pro Fri Apr 16 14:58:46 2010 +0300 +++ b/ui/commandhandlers/commoncommandhandlers/commoncommandhandlers.pro Mon May 03 12:31:32 2010 +0300 @@ -50,9 +50,9 @@ -lglxmedialists.dll \ -lglxcommonui.dll \ -lshareui.dll \ - -lexiflib.dll \ - -lfbscli.dll \ - -lbafl.dll + -lexiflib.dll \ + -lfbscli.dll \ + -lbafl.dll # Input HEADERS += inc/glxcommandhandlerdelete.h @@ -61,7 +61,8 @@ HEADERS += inc/glxcommandhandlerrotate.h HEADERS += inc/glxcommandhandlersend.h HEADERS += inc/glxcommandhandlerremovefrom.h - +HEADERS += inc/glxcommandhandlerrename.h +HEADERS += inc/glxcommondialogs.h SOURCES += src/glxcommandhandlerdelete.cpp SOURCES += src/glxcommandhandleraddtocontainer.cpp @@ -69,7 +70,8 @@ SOURCES += src/glxcommandhandlerrotate.cpp SOURCES += src/glxcommandhandlersend.cpp SOURCES += src/glxcommandhandlerremovefrom.cpp - +SOURCES += src/glxcommandhandlerrename.cpp +SOURCES += src/glxcommondialogs.cpp DEFINES += QT_NO_DEBUG_OUTPUT QT_NO_WARNING_OUTPUT