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.
21 lines
363 B
21 lines
363 B
#-------------------------------------------------
|
|
#
|
|
# Project created by QtCreator 2012-06-05T22:26:57
|
|
#
|
|
#-------------------------------------------------
|
|
|
|
QT += core gui dbus
|
|
|
|
TARGET = NotifyTest
|
|
TEMPLATE = app
|
|
INCLUDEPATH += ../../libraries/
|
|
|
|
SOURCES += main.cpp \
|
|
mainwindow.cpp
|
|
|
|
HEADERS += mainwindow.h
|
|
|
|
FORMS += mainwindow.ui
|
|
|
|
LIBS += -llxqt
|