set up ATBUpdateOpkg
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
				
			|||||||
QT += core
 | 
					QT += core
 | 
				
			||||||
 | 
					
 | 
				
			||||||
TARGET = ExecOpkgCmds
 | 
					TARGET = ATBUpdateOpkg
 | 
				
			||||||
 | 
					
 | 
				
			||||||
VERSION="1.0.0"
 | 
					VERSION="1.0.0"
 | 
				
			||||||
win32 {
 | 
					win32 {
 | 
				
			||||||
@@ -64,9 +64,17 @@ contains( CONFIG, DesktopLinux ) {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
SOURCES += \
 | 
					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
 | 
					# for running program on target through QtCreator
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user