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 68c84f7 commit 2ad916d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@


TARGET = gismeteoru
TEMPLATE = app
#TEMPLATE = app


TEMPLATE = lib

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

OTHER_FILES += \

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

QMAKE_CXXFLAGS += -fPIC -std=c++14 -g
Expand Down Expand Up @@ -50,6 +51,6 @@ source.path = /opt/com.meecast.omweather/share/sources/

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


4 changes: 3 additions & 1 deletion omweather-gismeteo-ru-stations-db/src/meego-main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1173,7 +1173,9 @@ convert_station_gismeteo_data(const char *station_id_with_path, const char *resu
}

int
main(int argc, char *argv[]){
main_gismeteo_ru(int argc, char *argv[]){

//main(int argc, char *argv[]){
int result;
if (argc < 3) {
fprintf(stderr, "gismeteoru <input_file> <output_file> <input_detail_data>\n");
Expand Down

0 comments on commit 2ad916d

Please sign in to comment.