~chrisccoulson/oxide/lp1504853

« back to all changes in this revision

Viewing changes to shared/app/oxide_main.h

  • Committer: Chris Coulson
  • Date: 2013-07-26 22:30:14 UTC
  • Revision ID: chris.coulson@canonical.com-20130726223014-22diaj17fd9luojc
Get rid of liboxideprivate.so. It doesn't really make any sense to split functionality between 2 libraries and then have to expose private implementation details across API boundaries. Now we have a single public library exposing the QtQuick API, and a tiny Qml plugin to register the types

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
#ifndef _OXIDE_APP_MAIN_H_
19
19
#define _OXIDE_APP_MAIN_H_
20
20
 
21
 
#include "oxide/common/oxide_export.h"
 
21
#include "shared/common/oxide_export.h"
22
22
 
23
23
namespace oxide {
24
24