Refactoring stable

This commit is contained in:
Ronan Le Tiec 2020-05-23 14:19:12 +02:00
parent 1079ef2add
commit 74112a43ac
3 changed files with 11 additions and 8 deletions

View File

@ -24,15 +24,15 @@ SOURCES += \
$$PWD/vpiececarrousellayer.cpp \
$$PWD/vpiececarrouselpiece.cpp
*msvc*:SOURCES += $$PWD/stable.cpp
*msvc*:SOURCES +=
HEADERS += \
$$PWD/dialogs/vpdialogabout.h \
$$PWD/stable.h \
$$PWD/vpapplication.h \
$$PWD/vpcommands.h \
$$PWD/vpiececarrouselpiecepreview.h \
$$PWD/vpmainwindow.h \
$$PWD/vpstable.h \
$$PWD/vpuzzlecommandline.h \
$$PWD/vpiececarrousel.h \
$$PWD/vpuzzlegraphicslayout.h \
@ -53,3 +53,6 @@ FORMS += \
$$PWD/dialogs/vpdialogabout.ui \
$$PWD/vpiececarrousel.ui \
$$PWD/vpmainwindow.ui
SOURCES += \
$$PWD/vpstable.cpp

View File

@ -1,6 +1,6 @@
/************************************************************************
**
** @file stable.cpp
** @file vpstable.cpp
** @author Roman Telezhynskyi <dismine(at)gmail.com>
** @date November 15, 2013
**
@ -27,4 +27,4 @@
*************************************************************************/
// Build the precompiled headers.
#include "stable.h"
#include "vpstable.h"

View File

@ -1,6 +1,6 @@
/************************************************************************
**
** @file stable.h
** @file vpstable.h
** @author Roman Telezhynskyi <dismine(at)gmail.com>
** @date November 15, 2013
**
@ -26,8 +26,8 @@
**
*************************************************************************/
#ifndef STABLE_H
#define STABLE_H
#ifndef VPSTABLE_H
#define VPSTABLE_H
/* 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")
@ -69,4 +69,4 @@
#endif /*__cplusplus*/
#endif // STABLE_H
#endif // VPSTABLE_H