Fix incorrect define the precompiled header file.
Expected name is stable.h/cpp.
This commit is contained in:
parent
de5c6d4f70
commit
a01f06b439
|
@ -26,10 +26,11 @@ SOURCES += \
|
|||
$$PWD/xml/vplayoutfilewriter.cpp \
|
||||
$$PWD/xml/vplayoutliterals.cpp
|
||||
|
||||
*msvc*:SOURCES +=
|
||||
*msvc*:SOURCES += $$PWD/stable.cpp
|
||||
|
||||
HEADERS += \
|
||||
$$PWD/dialogs/vpdialogabout.h \
|
||||
$$PWD/stable.h \
|
||||
$$PWD/vpapplication.h \
|
||||
$$PWD/vpcarrousel.h \
|
||||
$$PWD/vpcarrouselpiece.h \
|
||||
|
@ -47,7 +48,6 @@ HEADERS += \
|
|||
$$PWD/vppiecelist.h \
|
||||
$$PWD/vpsettings.h \
|
||||
$$PWD/vpsheet.h \
|
||||
$$PWD/vpstable.h \
|
||||
$$PWD/vptilefactory.h \
|
||||
$$PWD/xml/vplayoutfilereader.h \
|
||||
$$PWD/xml/vplayoutfilewriter.h \
|
||||
|
@ -57,6 +57,3 @@ FORMS += \
|
|||
$$PWD/dialogs/vpdialogabout.ui \
|
||||
$$PWD/vpcarrousel.ui \
|
||||
$$PWD/vpmainwindow.ui
|
||||
|
||||
SOURCES += \
|
||||
$$PWD/vpstable.cpp
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file vpstable.cpp
|
||||
** @file stable.cpp
|
||||
** @author Roman Telezhynskyi <dismine(at)gmail.com>
|
||||
** @date November 15, 2013
|
||||
**
|
||||
|
@ -27,4 +27,4 @@
|
|||
*************************************************************************/
|
||||
|
||||
// Build the precompiled headers.
|
||||
#include "vpstable.h"
|
||||
#include "stable.h"
|
|
@ -1,6 +1,6 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file vpstable.h
|
||||
** @file stable.h
|
||||
** @author Roman Telezhynskyi <dismine(at)gmail.com>
|
||||
** @date November 15, 2013
|
||||
**
|
||||
|
@ -26,8 +26,8 @@
|
|||
**
|
||||
*************************************************************************/
|
||||
|
||||
#ifndef VPSTABLE_H
|
||||
#define VPSTABLE_H
|
||||
#ifndef STABLE_H
|
||||
#define STABLE_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 // VPSTABLE_H
|
||||
#endif // STABLE_H
|
Loading…
Reference in New Issue
Block a user