Skip to content
Snippets Groups Projects
utils.pro 1.23 KiB
TEMPLATE = lib
TARGET = Utils

DEFINES += QWORKBENCH_UTILS_LIBRARY

include(../../qworkbenchlibrary.pri)

SOURCES += \
    reloadpromptutils.cpp \
    settingsutils.cpp \
    filesearch.cpp \
    pathchooser.cpp \
    filewizardpage.cpp \
    filewizarddialog.cpp \
    projectintropage.cpp \
    basevalidatinglineedit.cpp \
    filenamevalidatinglineedit.cpp \
    projectnamevalidatinglineedit.cpp \
    codegeneration.cpp \
    newclasswidget.cpp \
    classnamevalidatinglineedit.cpp \
    linecolumnlabel.cpp \
    fancylineedit.cpp \
    qtcolorbutton.cpp \
    submiteditorwidget.cpp \
    synchronousprocess.cpp

HEADERS += \
    utils_global.h \
    reloadpromptutils.h \
    settingsutils.h \
    filesearch.h \
    listutils.h \
    pathchooser.h \
    filewizardpage.h \
    filewizarddialog.h \
    projectintropage.h \
    basevalidatinglineedit.h \
    filenamevalidatinglineedit.h \
    projectnamevalidatinglineedit.h \
    codegeneration.h \
    newclasswidget.h \
    classnamevalidatinglineedit.h \
    linecolumnlabel.h \
    fancylineedit.h \
    qtcolorbutton.h \
    submiteditorwidget.h \
    synchronousprocess.h

FORMS += filewizardpage.ui \
         projectintropage.ui \
         newclasswidget.ui \
         submiteditorwidget.ui