Skip to content

Commit

Permalink
qmake|Fixed: Incorrect source location when using DisplayMode dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Nov 17, 2012
1 parent e1c76ee commit 69f7ac6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doomsday/engine/engine.pro
Expand Up @@ -421,7 +421,7 @@ else:unix {
}

deng_nodisplaymode {
SOURCES += src/displaymode_dummy.c
SOURCES += src/ui/displaymode_dummy.c
}

# Platform-independent sources.
Expand Down
2 changes: 1 addition & 1 deletion doomsday/engine/src/ui/displaymode_dummy.c
Expand Up @@ -19,7 +19,7 @@
* 02110-1301 USA</small>
*/

#include "displaymode_native.h"
#include "ui/displaymode_native.h"
#include "dd_share.h"

void DisplayMode_Native_Init(void)
Expand Down

0 comments on commit 69f7ac6

Please sign in to comment.