Skip to content

Commit

Permalink
Move the files around for prettier inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
dragly committed Oct 19, 2016
1 parent f6db041 commit 0b7f382
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CuteVersioning.pri
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ exists($$PWD/CuteVersioning/version.h) {

HEADERS += \
$$PWD/CuteVersioning/CuteVersioning \
$$PWD/src/cuteversioning.h \
$$PWD/src/init.h \
$$PWD/src/quickversion.h \
$$PWD/CuteVersioning/cuteversioning.h

RESOURCES +=

Expand Down
2 changes: 1 addition & 1 deletion CuteVersioning/CuteVersioning
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#include "../src/cuteversioning.h"
#include "cuteversioning.h"
6 changes: 3 additions & 3 deletions src/cuteversioning.h → CuteVersioning/cuteversioning.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#ifndef CUTEVERSIONING_H
#define CUTEVERSIONING_H

#include "./init.h"
#include "./quickversion.h"
#include "../src/init.h"
#include "../src//quickversion.h"
// will be generated
#include "../CuteVersioning/version.h"
#include "./version.h"

#endif // CUTEVERSIONING_H

0 comments on commit 0b7f382

Please sign in to comment.