diff options
Diffstat (limited to 'desktop-editor/desktop-editor.pro')
-rw-r--r-- | desktop-editor/desktop-editor.pro | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/desktop-editor/desktop-editor.pro b/desktop-editor/desktop-editor.pro deleted file mode 100644 index dc3eadf2..00000000 --- a/desktop-editor/desktop-editor.pro +++ /dev/null @@ -1,32 +0,0 @@ -#------------------------------------------------- -# -# Project created by QtCreator 2015-02-24T18:52:15 -# -#------------------------------------------------- - -QT += core gui - -greaterThan(QT_MAJOR_VERSION, 4): QT += widgets - -TARGET = desktop-editor -TEMPLATE = app - -isEmpty(PREFIX) { - PREFIX = /usr/local -} - -isEmpty(LIBPREFIX) { - LIBPREFIX = $$PREFIX/lib -} - - -SOURCES += main.cpp\ - dialog.cpp - -HEADERS += dialog.h - -FORMS += dialog.ui - -INCLUDEPATH += $$PREFIX/include - -LIBS += -L$$LIBPREFIX -lLuminaUtils |