[Interest] qmake PWD variable?

2014-04-02 Thread tangk
OS:windows 7 64bit, qt version:4.8.4 when I use the command in pro file. It will runs error with : The syntax of the command is incorrect. so I delete the "$$PWD", It runs well. and I test in ubuntu OS, the system command runs well. win32:{

Re: [Interest] https://github.com/ayoy/qoauth support OAuth2?

2014-02-09 Thread tangk
Thanks very much! ? 2014/2/9 19:24, Mandeep Sandhu ??: On Sun, Feb 9, 2014 at 1:16 PM, tangk <mailto:ta...@lemote.com>> wrote: hi all: The package with https://github.com/ayoy/qoauth support OAuth2.0 protocol or OAuth1? It looks like this supports only OAuth 1. Have

[Interest] https://github.com/ayoy/qoauth support OAuth2?

2014-02-08 Thread tangk
hi all: The package with https://github.com/ayoy/qoauth support OAuth2.0 protocol or OAuth1? thanks very much. ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] qt project switch to msvc

2013-08-28 Thread tangk
hi all: when I use the qmake -tp vc -r to swtich the pro to visual studio project. but the depends is not set. how can I use the depends of msvc? thanks very much. ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/lis

[Interest] qt msvc

2013-08-25 Thread tangk
hi all: |wordparser.target = generated_source wordparser.commands = build.bat wordparser.depends = FORCE wordparser.CONFIG = recursive QMAKE_EXTRA_TARGETS += wordparser PRE_TARGETDEPS += wordparser TEMPLATE = vcapp TARGET = demo SOURCES = stub_test.cpp | build.bat generates lot’s of files that ar