Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qmake dont process uic
Qt 6.11 is out! See what's new in the release blog

Qmake dont process uic

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 1.5k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • U Offline
    U Offline
    umen242
    wrote on last edited by
    #1

    I have simple * pro file , that no matter what doesn't execute uic , if i run the uic ( uic * .ui -o ui_blah.h ) manually its working .
    im on windows xp 32 bit using Qt 4.8 im running the qmake like this:
    @qmake -tp vc@
    here is the pro file
    @# Directories
    CONFIG += warn_off debug
    TARGET = FB_tmp242_Test_newGUI
    QT += network webkit xml
    win32 {
    DEFINES +=_CRT_SECURE_NO_WARNINGS
    }
    HEADERS+=MainWindow.h
    datalistview.h
    SOURCES +=main.cpp
    MainWindow.cpp
    FORMS+= mainwindow.ui

    #RESOURCES += resources.qrc
    DESTDIR = build/target/
    OBJECTS_DIR = build/obj/
    MOC_DIR = build/moc/
    RCC_DIR = build/rcc/

    Tell Qt Linguist that we use UTF-8 strings in our sources

    CODECFORTR = UTF-8
    CODECFORSRC = UTF-8@

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved