2014-11-02 19:36:41 -06:00
|
|
|
# Include the QSimpleUpdater files
|
2014-11-06 21:48:20 -06:00
|
|
|
include($$PWD/../QSimpleUpdater/QSimpleUpdater.pri)
|
2014-11-02 19:36:41 -06:00
|
|
|
|
|
|
|
# Include the QtWidgets module
|
|
|
|
QT += widgets
|
|
|
|
|
|
|
|
# Define the source code
|
|
|
|
FORMS += example.ui
|
|
|
|
HEADERS += example.h
|
|
|
|
SOURCES += example.cpp
|