Skip to content

Commit

Permalink
Included main in .pro file to sort out myapp business in edit
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellGarwood committed Dec 21, 2019
1 parent 900d2bd commit 27e0371
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
1 change: 1 addition & 0 deletions SPIERSedit/SPIERSedit.pro
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ HEADERS += src/display.h \
src/dialogaboutimpl.h \
src/keysafespinbox.h \
src/mainview.h \
src/main.h \
../SPIERScommon/src/darkstyletheme.h \
../SPIERScommon/src/netmodule.h \
../SPIERScommon/src/semanticversion.h \
Expand Down
18 changes: 6 additions & 12 deletions SPIERSview/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
#include <QDesktopWidget>
#include <QScreen>

#ifndef __APPLE__

#ifdef _WIN64
#include <windows.h>
#endif

#include "main.h"
#include "mainwindow.h"
#include "globals.h"
#include "../SPIERScommon/src/netmodule.h"
#include "../SPIERScommon/src/darkstyletheme.h"

#ifndef __APPLE__

#ifdef _WIN64
#include <windows.h>
#endif

/**
* @brief logMessageOutput
* @param type
Expand Down Expand Up @@ -153,12 +153,6 @@ int main(int argc, char *argv[])

#ifdef __APPLE__

#include "main.h"
#include "mainwindow.h"
#include "globals.h"
#include "../SPIERScommon/src/netmodule.h"
#include "../SPIERScommon/src/darkstyletheme.h"

/**
* @brief qMain::qMain
* @param argc
Expand Down

0 comments on commit 27e0371

Please sign in to comment.