src/tools/uic/uic.pri
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 
       
     2 INCLUDEPATH += $$PWD
       
     3 
       
     4 HEADERS += \
       
     5            $$PWD/customwidgetsinfo.h \
       
     6            $$PWD/databaseinfo.h \
       
     7            $$PWD/driver.h \
       
     8            $$PWD/globaldefs.h \
       
     9            $$PWD/option.h \
       
    10            $$PWD/treewalker.h \
       
    11            $$PWD/utils.h \
       
    12            $$PWD/ui4.h \
       
    13            $$PWD/validator.h
       
    14 
       
    15 SOURCES += \
       
    16            $$PWD/customwidgetsinfo.cpp \
       
    17            $$PWD/databaseinfo.cpp \
       
    18            $$PWD/driver.cpp \
       
    19            $$PWD/treewalker.cpp \
       
    20            $$PWD/ui4.cpp \
       
    21            $$PWD/validator.cpp