You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
653 B
27 lines
653 B
|
3 years ago
|
FORMS += \
|
||
|
|
$$PWD/preferencesdialog.ui \
|
||
|
|
$$PWD/qttoolbardialog.ui \
|
||
|
|
$$PWD/saveformastemplate.ui
|
||
|
|
|
||
|
|
HEADERS += \
|
||
|
|
$$PWD/appfontdialog.h \
|
||
|
|
$$PWD/assistantclient.h \
|
||
|
|
$$PWD/fontpanel.h \
|
||
|
|
$$PWD/mainwindow.h \
|
||
|
|
$$PWD/newform.h \
|
||
|
|
$$PWD/preferencesdialog.h \
|
||
|
|
$$PWD/qttoolbardialog.h \
|
||
|
|
$$PWD/saveformastemplate.h \
|
||
|
|
$$PWD/versiondialog.h
|
||
|
|
|
||
|
|
SOURCES += \
|
||
|
|
$$PWD/appfontdialog.cpp \
|
||
|
|
$$PWD/assistantclient.cpp \
|
||
|
|
$$PWD/fontpanel.cpp \
|
||
|
|
$$PWD/mainwindow.cpp \
|
||
|
|
$$PWD/newform.cpp \
|
||
|
|
$$PWD/preferencesdialog.cpp \
|
||
|
|
$$PWD/qttoolbardialog.cpp \
|
||
|
|
$$PWD/saveformastemplate.cpp \
|
||
|
|
$$PWD/versiondialog.cpp
|