QSimpleUpdater/Example/example.pro
2014-11-02 19:36:41 -06:00

11 lines
223 B
Prolog
Executable File

# Include the QSimpleUpdater files
include($$PWD/../QSimpleUpdater/qsimpleupdater.pri)
# Include the QtWidgets module
QT += widgets
# Define the source code
FORMS += example.ui
HEADERS += example.h
SOURCES += example.cpp