Skip to content

Commit 323957f

Browse files
committed
#155 - WIP
1 parent 00c9cbd commit 323957f

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

.gitignore

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
*.pro.user
2+
build
3+
build-SocNetV*
4+
build-tools
5+
.directory
6+
bin/*
7+
build-tests-*
8+
.idea
9+
cmake-build-*
10+
doc/build
11+
*.qmlc
12+
stage
13+
parts
14+
prime
15+
*.snap
16+
snap/.snapcraft/state
17+
src/languages/*.qm
18+
.vscode/
19+
CMakeLists.txt.user*
20+
*.o
21+
qrc_*.cpp
22+
moc_*.cpp
23+
moc_*.h
24+
ui_*.h
25+
/src/.qmake.stash
26+
/src/Makefile
27+
secrets/*

socnetv.pro

+2
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@ win32 {
151151

152152

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

0 commit comments

Comments
 (0)