Fixed path for correct assembly of the project

master
AlexanderP ProductEngine 2012-12-13 18:43:52 +02:00
parent a88de5d45f
commit be6f3286f4
7 changed files with 12 additions and 12 deletions

View File

@ -29,7 +29,7 @@
#include <boost/signals2.hpp>
#include "lliconctrl.h"
#include "../llui/lliconctrl.h"
#include "llavatarpropertiesprocessor.h"
#include "llviewermenu.h"

View File

@ -30,8 +30,8 @@
#include <boost/signals2.hpp>
#include "llavatarname.h"
#include "llfolderviewitem.h"
#include "llfolderviewmodel.h"
#include "../llui/llfolderviewitem.h"
#include "../llui/llfolderviewmodel.h"
#include "llviewerfoldertype.h"
// Implementation of conversations list

View File

@ -27,10 +27,10 @@
#ifndef LL_LLCONVERSATIONVIEW_H
#define LL_LLCONVERSATIONVIEW_H
#include "llfolderviewitem.h"
#include "../llui/llfolderviewitem.h"
#include "llavatariconctrl.h"
#include "llbutton.h"
#include "../llui/llbutton.h"
#include "lloutputmonitorctrl.h"
class LLTextBox;

View File

@ -32,11 +32,11 @@
#include "llimview.h"
#include "llevents.h"
#include "llfloater.h"
#include "llmultifloater.h"
#include "../llui/llfloater.h"
#include "../llui/llmultifloater.h"
#include "llavatarpropertiesprocessor.h"
#include "llgroupmgr.h"
#include "lltrans.h"
#include "../llui/lltrans.h"
#include "llconversationmodel.h"
#include "llconversationview.h"

View File

@ -27,7 +27,7 @@
#ifndef LL_LLIMVIEW_H
#define LL_LLIMVIEW_H
#include "lldockablefloater.h"
#include "../llui/lldockablefloater.h"
#include "lleventtimer.h"
#include "llinstantmessage.h"

View File

@ -28,10 +28,10 @@
#define LL_LLOUTPUTMONITORCTRL_H
#include "v4color.h"
#include "llview.h"
#include "../llui/llview.h"
#include "llmutelist.h"
#include "llspeakingindicatormanager.h"
#include "lluiimage.h"
#include "../llui/lluiimage.h"
class LLTextBox;
class LLUICtrlFactory;

View File

@ -27,7 +27,7 @@
#ifndef LL_LLVIEWERMENU_H
#define LL_LLVIEWERMENU_H
#include "llmenugl.h"
#include "../llui/llmenugl.h"
#include "llsafehandle.h"
class LLMessageSystem;