Skip to content

Commit

Permalink
#155 - WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
oxy86 committed Nov 25, 2024
1 parent 00c9cbd commit 323957f
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
*.pro.user
build
build-SocNetV*
build-tools
.directory
bin/*
build-tests-*
.idea
cmake-build-*
doc/build
*.qmlc
stage
parts
prime
*.snap
snap/.snapcraft/state
src/languages/*.qm
.vscode/
CMakeLists.txt.user*
*.o
qrc_*.cpp
moc_*.cpp
moc_*.h
ui_*.h
/src/.qmake.stash
/src/Makefile
secrets/*
2 changes: 2 additions & 0 deletions socnetv.pro
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ win32 {


win32:msvc {
# Fixes msvc compile/linking error "unresolved external symbol WinMain referenced in function ..."
# see https://stackoverflow.com/questions/39689162/qt-project-in-visual-studio-2015-unresolved-external-symbol-wwinmain
QMAKE_LFLAGS += /ENTRY:mainCRTStartup
}

Expand Down

0 comments on commit 323957f

Please sign in to comment.