Skip to content

Commit

Permalink
Fixed source file name for PgModelerCliApp
Browse files Browse the repository at this point in the history
  • Loading branch information
rkhaotix committed Sep 25, 2020
1 parent 0a50036 commit 6cf7734
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions main-cli/main-cli.pro
Expand Up @@ -10,9 +10,10 @@ windows: RCC_DIR=src/
windows: DESTDIR = $$PWD

SOURCES += src/main.cpp \
src/pgmodelercli.cpp
src/pgmodelercliapp.cpp

HEADERS += src/pgmodelercli.h
HEADERS += \
src/pgmodelercliapp.h

unix|windows: LIBS += -L$$OUT_PWD/../libpgmodeler_ui/ -lpgmodeler_ui \
-L$$OUT_PWD/../libobjrenderer/ -lobjrenderer \
Expand Down
2 changes: 1 addition & 1 deletion main-cli/src/main.cpp
Expand Up @@ -17,7 +17,7 @@
*/

#include <QTranslator>
#include "pgmodelercli.h"
#include "pgmodelercliapp.h"
#include "qtcompat/qtextstreamcompat.h"

int main(int argc, char **argv)
Expand Down
Expand Up @@ -16,7 +16,7 @@
# Also, you can get the complete GNU General Public License at <http://www.gnu.org/licenses/>
*/

#include "pgmodelercli.h"
#include "pgmodelercliapp.h"
#include "qtcompat/qtextstreamcompat.h"
#include "qtcompat/splitbehaviorcompat.h"

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/tests.pri
Expand Up @@ -25,7 +25,7 @@ DEPENDPATH += $$PWD/../libpgmodeler_ui \
$$PWD/../libpgmodeler \
$$PWD/../libparsers \
$$PWD/../libutils \
$$PWD/../main \
$$PWD/../main \
$$PWD/src

HEADERS += $$PWD/src/pgmodelerunittest.h
Expand Down

0 comments on commit 6cf7734

Please sign in to comment.