src/qt3support/other/other.pri
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 # Qt compat module
       
     2 
       
     3 HEADERS +=      other/q3dropsite.h \
       
     4 		other/q3dragobject.h \
       
     5                 other/q3accel.h \
       
     6                 other/q3mimefactory.h \
       
     7 		other/q3polygonscanner.h \
       
     8 		other/q3process.h \
       
     9 		other/q3membuf_p.h \
       
    10 		other/q3boxlayout.h \
       
    11 		other/q3gridlayout.h
       
    12 
       
    13 SOURCES +=      other/q3dropsite.cpp \
       
    14 		other/q3dragobject.cpp \
       
    15                 other/q3accel.cpp \
       
    16                 other/q3mimefactory.cpp \
       
    17 		other/q3polygonscanner.cpp \
       
    18 		other/q3process.cpp \
       
    19 		other/q3membuf.cpp
       
    20 
       
    21 unix:SOURCES += other/q3process_unix.cpp
       
    22 win32:SOURCES+= other/q3process_win.cpp
       
    23 
       
    24