Skip to content

Commit

Permalink
Removed exec files
Browse files Browse the repository at this point in the history
  • Loading branch information
vasvlad committed Jan 6, 2025
1 parent 2ad916d commit a119d76
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@


TARGET = hkogovhk
TEMPLATE = app
#TEMPLATE = app


TEMPLATE = lib

HEADERS += src/meego-main.h \
src/hash.h
Expand All @@ -21,7 +22,7 @@ FORMS +=
OTHER_FILES += \


CONFIG = link_pkgconfig -qt
CONFIG += link_pkgconfig staticlib -qt
PKGCONFIG += libxml-2.0

#system(pkg-config --exists glib-2.0){
Expand All @@ -45,6 +46,6 @@ source.path = /opt/com.meecast.omweather/share/sources/

#install
target.path = /opt/com.meecast.omweather/lib
INSTALLS += target db source
INSTALLS += db source


2 changes: 1 addition & 1 deletion omweather-hko-gov-hk-stations-db/src/meego-main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ convert_station_hkogovhk_data(const char *station_id_with_path, const char *resu
}
/*******************************************************************************/
int
main(int argc, char *argv[]){
main_hkogovhk(int argc, char *argv[]){
int result;
if (argc < 3) {
fprintf(stderr, "hkogovhk <input_file> <output_file> <input_detail_data>\n");
Expand Down

0 comments on commit a119d76

Please sign in to comment.