This commit is contained in:
DavidXanatos 2021-01-30 21:58:34 +01:00
parent 0ca3237e60
commit b62df2bb82
2 changed files with 2 additions and 1 deletions

View File

@ -33,6 +33,7 @@ HEADERS += ./MiscHelpers.h \
./Common/TreeViewEx.h \ ./Common/TreeViewEx.h \
./Common/TreeWidgetEx.h \ ./Common/TreeWidgetEx.h \
./Common/NetworkAccessManager.h ./Common/NetworkAccessManager.h
SOURCES += ./MiscHelpers.cpp \ SOURCES += ./MiscHelpers.cpp \
./stdafx.cpp \ ./stdafx.cpp \
./Common/CheckableMessageBox.cpp \ ./Common/CheckableMessageBox.cpp \

View File

@ -12,7 +12,7 @@ PRECOMPILED_HEADER = stdafx.h
#OBJECTS_DIR += debug #OBJECTS_DIR += debug
#UI_DIR += ./GeneratedFiles #UI_DIR += ./GeneratedFiles
#RCC_DIR += ./GeneratedFiles #RCC_DIR += ./GeneratedFiles
!win32:LIBS += -lUser32 -lShell32 win32:LIBS += -lUser32 -lShell32
!mac:unix:QMAKE_LFLAGS += -Wl,-rpath,'\$\$ORIGIN' !mac:unix:QMAKE_LFLAGS += -Wl,-rpath,'\$\$ORIGIN'
mac:QMAKE_CXXFLAGS += -std=c++11 mac:QMAKE_CXXFLAGS += -std=c++11