Refactoring stable
This commit is contained in:
parent
1079ef2add
commit
74112a43ac
|
@ -24,15 +24,15 @@ SOURCES += \
|
||||||
$$PWD/vpiececarrousellayer.cpp \
|
$$PWD/vpiececarrousellayer.cpp \
|
||||||
$$PWD/vpiececarrouselpiece.cpp
|
$$PWD/vpiececarrouselpiece.cpp
|
||||||
|
|
||||||
*msvc*:SOURCES += $$PWD/stable.cpp
|
*msvc*:SOURCES +=
|
||||||
|
|
||||||
HEADERS += \
|
HEADERS += \
|
||||||
$$PWD/dialogs/vpdialogabout.h \
|
$$PWD/dialogs/vpdialogabout.h \
|
||||||
$$PWD/stable.h \
|
|
||||||
$$PWD/vpapplication.h \
|
$$PWD/vpapplication.h \
|
||||||
$$PWD/vpcommands.h \
|
$$PWD/vpcommands.h \
|
||||||
$$PWD/vpiececarrouselpiecepreview.h \
|
$$PWD/vpiececarrouselpiecepreview.h \
|
||||||
$$PWD/vpmainwindow.h \
|
$$PWD/vpmainwindow.h \
|
||||||
|
$$PWD/vpstable.h \
|
||||||
$$PWD/vpuzzlecommandline.h \
|
$$PWD/vpuzzlecommandline.h \
|
||||||
$$PWD/vpiececarrousel.h \
|
$$PWD/vpiececarrousel.h \
|
||||||
$$PWD/vpuzzlegraphicslayout.h \
|
$$PWD/vpuzzlegraphicslayout.h \
|
||||||
|
@ -53,3 +53,6 @@ FORMS += \
|
||||||
$$PWD/dialogs/vpdialogabout.ui \
|
$$PWD/dialogs/vpdialogabout.ui \
|
||||||
$$PWD/vpiececarrousel.ui \
|
$$PWD/vpiececarrousel.ui \
|
||||||
$$PWD/vpmainwindow.ui
|
$$PWD/vpmainwindow.ui
|
||||||
|
|
||||||
|
SOURCES += \
|
||||||
|
$$PWD/vpstable.cpp
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/************************************************************************
|
/************************************************************************
|
||||||
**
|
**
|
||||||
** @file stable.cpp
|
** @file vpstable.cpp
|
||||||
** @author Roman Telezhynskyi <dismine(at)gmail.com>
|
** @author Roman Telezhynskyi <dismine(at)gmail.com>
|
||||||
** @date November 15, 2013
|
** @date November 15, 2013
|
||||||
**
|
**
|
||||||
|
@ -27,4 +27,4 @@
|
||||||
*************************************************************************/
|
*************************************************************************/
|
||||||
|
|
||||||
// Build the precompiled headers.
|
// Build the precompiled headers.
|
||||||
#include "stable.h"
|
#include "vpstable.h"
|
|
@ -1,6 +1,6 @@
|
||||||
/************************************************************************
|
/************************************************************************
|
||||||
**
|
**
|
||||||
** @file stable.h
|
** @file vpstable.h
|
||||||
** @author Roman Telezhynskyi <dismine(at)gmail.com>
|
** @author Roman Telezhynskyi <dismine(at)gmail.com>
|
||||||
** @date November 15, 2013
|
** @date November 15, 2013
|
||||||
**
|
**
|
||||||
|
@ -26,8 +26,8 @@
|
||||||
**
|
**
|
||||||
*************************************************************************/
|
*************************************************************************/
|
||||||
|
|
||||||
#ifndef STABLE_H
|
#ifndef VPSTABLE_H
|
||||||
#define STABLE_H
|
#define VPSTABLE_H
|
||||||
|
|
||||||
/* I like to include this pragma too, so the build log indicates if pre-compiled headers were in use. */
|
/* I like to include this pragma too, so the build log indicates if pre-compiled headers were in use. */
|
||||||
#pragma message("Compiling precompiled headers for puzzle utility.\n")
|
#pragma message("Compiling precompiled headers for puzzle utility.\n")
|
||||||
|
@ -69,4 +69,4 @@
|
||||||
|
|
||||||
#endif /*__cplusplus*/
|
#endif /*__cplusplus*/
|
||||||
|
|
||||||
#endif // STABLE_H
|
#endif // VPSTABLE_H
|
Loading…
Reference in New Issue
Block a user