Skip to content

Commit

Permalink
libappfw: Added convenience header for BaseWindow
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Feb 11, 2014
1 parent c9ef804 commit 784f032
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions doomsday/libappfw/include/de/BaseWindow
@@ -0,0 +1,2 @@
#include "framework/basewindow.h"

5 changes: 3 additions & 2 deletions doomsday/libappfw/libappfw.pro
Expand Up @@ -32,6 +32,7 @@ win32 {
HEADERS += \
include/de/AtlasProceduralImage \
include/de/BaseGuiApp \
include/de/BaseWindow \
include/de/BlurWidget \
include/de/ButtonWidget \
include/de/ChildWidgetOrganizer \
Expand Down Expand Up @@ -90,6 +91,7 @@ HEADERS += \
include/de/framework/actionitem.h \
include/de/framework/atlasproceduralimage.h \
include/de/framework/baseguiapp.h \
include/de/framework/basewindow.h \
include/de/framework/childwidgetorganizer.h \
include/de/framework/data.h \
include/de/framework/dialogcontentstylist.h \
Expand Down Expand Up @@ -142,8 +144,7 @@ HEADERS += \
include/de/widgets/togglewidget.h \
include/de/widgets/variablechoicewidget.h \
include/de/widgets/variabletogglewidget.h \
include/de/vr/vrconfig.h \
include/de/framework/basewindow.h
include/de/vr/vrconfig.h

# Sources and private headers.
SOURCES += \
Expand Down

0 comments on commit 784f032

Please sign in to comment.