diff --git a/Opkg/Opkg.pro b/Opkg/Opkg.pro index b980d76..900068b 100644 --- a/Opkg/Opkg.pro +++ b/Opkg/Opkg.pro @@ -1,6 +1,6 @@ QT += core -TARGET = ExecOpkgCmds +TARGET = ATBUpdateOpkg VERSION="1.0.0" win32 { @@ -64,9 +64,17 @@ contains( CONFIG, DesktopLinux ) { } SOURCES += \ - main.cpp + main.cpp \ + message_handler.cpp \ + ../common/src/utils_internal.cpp \ + ../common/src/command.cpp \ + opkg_command.cpp -# HEADERS += \ +HEADERS += \ + message_handler.h \ + ../common/include/utils_internal.h \ + ../common/include/command.h \ + opkg_command.h ########################################################################################## # for running program on target through QtCreator