Ignore:
Timestamp:
Aug 15, 2011 10:29:14 PM (13 years ago)
Author:
nanang
Message:

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.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/vidgui/vidgui.pro

    r3697 r3699  
    2020  LIBS += $$system(make -f pj-pkgconfig.mak ldflags) 
    2121  QMAKE_CXXFLAGS += $$system(make -f pj-pkgconfig.mak cflags) 
     22 
     23  macx { 
     24    QMAKE_CXXFLAGS += -ObjC++ 
     25  } 
    2226} 
    23  
    2427 
    2528TEMPLATE = app 
Note: See TracChangeset for help on using the changeset viewer.