rename twitchaccount file to twitchuser to match class name

This commit is contained in:
Rasmus Karlsson
2017-05-30 15:22:44 +02:00
parent 980e71ab40
commit 548fbe5866
10 changed files with 64 additions and 7 deletions
+8 -2
View File
@@ -84,7 +84,7 @@ SOURCES += main.cpp\
widgets/titlebar.cpp \
appdatapath.cpp \
accountmanager.cpp \
twitch/twitchaccount.cpp \
twitch/twitchuser.cpp \
ircaccount.cpp \
widgets/accountpopup.cpp
@@ -142,7 +142,7 @@ HEADERS += \
widgets/titlebar.h \
appdatapath.h \
accountmanager.h \
twitch/twitchaccount.h \
twitch/twitchuser.h \
ircaccount.h \
widgets/accountpopup.h \
util/distancebetweenpoints.h
@@ -159,6 +159,12 @@ win32 {
INCLUDEPATH += C:\local\boost\
}
# Include settings library
SOURCES += lib/settings/src/settings/settingdata.cpp
SOURCES += lib/settings/src/settings/settingmanager.cpp
INCLUDEPATH += lib/settings/include/
INCLUDEPATH += lib/settings/external/signals/include/
# Optional dependency on windows sdk 7.1
win32:exists(C:\Program Files\Microsoft SDKs\Windows\v7.1\Include\Windows.h) {
LIBS += -L"C:\Program Files\Microsoft SDKs\Windows\v7.1\Lib" \