summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/vidgui/vidgui.pro
diff options
context:
space:
mode:
authorNanang Izzuddin <nanang@teluu.com>2011-08-15 22:29:14 +0000
committerNanang Izzuddin <nanang@teluu.com>2011-08-15 22:29:14 +0000
commitc025a52704d7f98d47a39ff51bc3f4b9f4e13f23 (patch)
tree0172b2423051baf626a4a67e56e7e42397fc5132 /pjsip-apps/src/vidgui/vidgui.pro
parent2f5438b0eab01ab38093964d9658331aaac3aea2 (diff)
Re #1327, some fixes on the simple GUI app:
- Removed timer usage in resizing window, window resizing can be done real-time now (see r3698). - Fixed linking problem on Windows platform: undefined 'main' function. - Fixed build problem on Mac, compiling .cpp file containing objective C/C++ codes with g++ needs '-ObjC++' flag. - Minor changes in vidgui, e.g: function/variable rename, cleaning up unused/junk lines. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3699 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip-apps/src/vidgui/vidgui.pro')
-rw-r--r--pjsip-apps/src/vidgui/vidgui.pro5
1 files changed, 4 insertions, 1 deletions
diff --git a/pjsip-apps/src/vidgui/vidgui.pro b/pjsip-apps/src/vidgui/vidgui.pro
index 5bf74ca8..eba5baf9 100644
--- a/pjsip-apps/src/vidgui/vidgui.pro
+++ b/pjsip-apps/src/vidgui/vidgui.pro
@@ -19,8 +19,11 @@ win32 {
} else {
LIBS += $$system(make -f pj-pkgconfig.mak ldflags)
QMAKE_CXXFLAGS += $$system(make -f pj-pkgconfig.mak cflags)
-}
+ macx {
+ QMAKE_CXXFLAGS += -ObjC++
+ }
+}
TEMPLATE = app
CONFIG += thread debug