Explorar el Código

Merge branch 'master' of gitlab.netdome.biz:community-messaging-project/qwbot

Conflicts:
	install.sh
Paul Klumpp hace 10 años
padre
commit
20c73ceea8
Se han modificado 1 ficheros con 5 adiciones y 5 borrados
  1. 5 5
      cimsqwbot.pro

+ 5 - 5
cimsqwbot.pro

@@ -23,9 +23,9 @@ HEADERS += \
 
 
 
-win32:CONFIG(release, debug|release): LIBS += -L$$PWD/../libqwclient/release/ -lqwclient
-else:win32:CONFIG(debug, debug|release): LIBS += -L$$PWD/../libqwclient/debug/ -lqwclient
-else:unix:!symbian: LIBS += -L$$PWD/../libqwclient/ -lqwclient
+win32:CONFIG(release, debug|release): LIBS += -L$$PWD/libqwclient/release/ -lqwclient
+else:win32:CONFIG(debug, debug|release): LIBS += -L$$PWD/libqwclient/debug/ -lqwclient
+else:unix:!symbian: LIBS += -L$$PWD/libqwclient/ -lqwclient
 
-INCLUDEPATH += $$PWD/../libqwclient
-DEPENDPATH += $$PWD/../libqwclient
+INCLUDEPATH += $$PWD/libqwclient
+DEPENDPATH += $$PWD/libqwclient