1
0
Fork 0

PROJECT: Always include lib files in git

This commit is contained in:
Nukem 2015-11-07 01:53:43 -05:00
parent 2ebfe89ec4
commit e5a998af21
2 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View File

@ -58,3 +58,4 @@ src/build-*/
!/hooks/AStyleWhore.exe
!/hooks/AStyle.dll
!/bin/x64dbg_shell_remove.reg
!*.lib

View File

@ -247,7 +247,9 @@ FORMS += \
Src/Gui/DataCopyDialog.ui \
Src/Gui/EntropyDialog.ui
# Libraries
##
## Libraries
##
LIBS += -luser32
!contains(QMAKE_HOST.arch, x86_64) {