Skip to content

Commit

Permalink
Fixed qmake build
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadhasanzadeh authored Dec 16, 2024
1 parent 9117273 commit 623cc60
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions QSimpleUpdater.pri
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,17 @@ INCLUDEPATH += $$PWD/include
SOURCES += \
$$PWD/src/Updater.cpp \
$$PWD/src/Downloader.cpp \
$$PWD/src/QSimpleUpdater.cpp
$$PWD/src/QSimpleUpdater.cpp \
$$PWD/src/AuthenticateDialog.cpp \

HEADERS += \
$$PWD/include/QSimpleUpdater.h \
$$PWD/src/Updater.h \
$$PWD/src/Downloader.h
$$PWD/src/Downloader.h \
$$PWD/src/AuthenticateDialog.h \

FORMS += \
$$PWD/src/Downloader.ui \
$$PWD/src/AuthenticateDialog.ui \

FORMS += $$PWD/src/Downloader.ui
RESOURCES += $$PWD/etc/resources/qsimpleupdater.qrc

0 comments on commit 623cc60

Please sign in to comment.