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.
tqt3/tools/designer/examples/receiver1/receiver.pro

12 lines
232 B

TEMPLATE = app
LANGUAGE = C++
TARGET = receiver
CONFIG += qt warn_on release
INCLUDEPATH += $$QT_SOURCE_TREE/tools/designer/uilib
LIBS += -ltqui
SOURCES += main.cpp
IMAGEFILE = images.cpp
FORMS = mainform.ui
DBFILE = receiver.db