Skip to content

Commit

Permalink
Moved code to src directory
Browse files Browse the repository at this point in the history
  • Loading branch information
hatz2 committed Apr 11, 2023
1 parent 70e486e commit 7146744
Show file tree
Hide file tree
Showing 43 changed files with 44 additions and 42 deletions.
86 changes: 44 additions & 42 deletions GflessClient.pro
Original file line number Diff line number Diff line change
Expand Up @@ -10,57 +10,59 @@ QMAKE_LFLAGS_WINDOWS += "/MANIFESTUAC:\"level='requireAdministrator' uiAccess='f

LIBS += -lkernel32 -luser32 -lgdi32

INCLUDEPATH += ./src

# You can make your code fail to compile if it uses deprecated APIs.
# In order to do so, uncomment the following line.
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0

SOURCES += \
account.cpp \
addaccountdialog.cpp \
addprofileaccountDialog.cpp \
addprofiledialog.cpp \
blackbox.cpp \
captchadialog.cpp \
captchasolver.cpp \
fingerprint.cpp \
gflessclient.cpp \
identity.cpp \
identitydialog.cpp \
nostaleauth.cpp \
profile.cpp \
settingsdialog.cpp \
syncnetworkaccessmanager.cpp \
main.cpp \
mainwindow.cpp
src/account.cpp \
src/addaccountdialog.cpp \
src/addprofileaccountDialog.cpp \
src/addprofiledialog.cpp \
src/blackbox.cpp \
src/captchadialog.cpp \
src/captchasolver.cpp \
src/fingerprint.cpp \
src/gflessclient.cpp \
src/identity.cpp \
src/identitydialog.cpp \
src/nostaleauth.cpp \
src/profile.cpp \
src/settingsdialog.cpp \
src/syncnetworkaccessmanager.cpp \
src/main.cpp \
src/mainwindow.cpp

HEADERS += \
account.h \
addaccountdialog.h \
addprofileaccountdialog.h \
addprofiledialog.h \
blackbox.h \
captchadialog.h \
captchasolver.h \
fingerprint.h \
gflessclient.h \
identity.h \
identitydialog.h \
injector.h \
mainwindow.h \
nostaleauth.h \
processchecker.h \
profile.h \
settingsdialog.h \
syncnetworkaccessmanager.h
src/account.h \
src/addaccountdialog.h \
src/addprofileaccountdialog.h \
src/addprofiledialog.h \
src/blackbox.h \
src/captchadialog.h \
src/captchasolver.h \
src/fingerprint.h \
src/gflessclient.h \
src/identity.h \
src/identitydialog.h \
src/injector.h \
src/mainwindow.h \
src/nostaleauth.h \
src/processchecker.h \
src/profile.h \
src/settingsdialog.h \
src/syncnetworkaccessmanager.h

FORMS += \
addaccountdialog.ui \
addprofileaccountdialog.ui \
addprofiledialog.ui \
captchadialog.ui \
identitydialog.ui \
mainwindow.ui \
settingsdialog.ui
src/addaccountdialog.ui \
src/addprofileaccountdialog.ui \
src/addprofiledialog.ui \
src/captchadialog.ui \
src/identitydialog.ui \
src/mainwindow.ui \
src/settingsdialog.ui

# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 7146744

Please sign in to comment.